| 7623 06.01.2009 23:39:41, by mpcomplete@google.com:
Upgrade our sqlite to 3.6.1, with the local changes made by Gears. I'm checking in the full sqlite tree to make upstream merges easier. This means we'll have generated sources split out from the originals.
One important change this makes is that "BEGIN" now defaults to "BEGIN IMMEDIATE" rather than "BEGIN DEFERRED". This doesn't affect us because we don't use unqualified BEGIN statements.
The full CL is too big for Rietveld. I'm splitting it into 2. This one is reviewable. The other CL is just a fresh drop of: //depot/googleclient/gears/opensource/third_party/sqlite_google Review URL: http://codereview.chromium.org/15067 |
| 7622 06.01.2009 23:17:57, by paulg@google.com:
Add histograms to track the size of SafeBrowsing Updates. We will now measure: - the number of chunk URLs in an update - the size of each chunk URL - the total size of an update
Review URL: http://codereview.chromium.org/17213 |
| 7621 06.01.2009 22:56:55, by kuchhal@chromium.org:
* Create the registry key needed for "dr" value if it doesn't exist.
BUG=1566745
Review URL: http://codereview.chromium.org/16553 |
| 7620 06.01.2009 22:54:40, by klink@chromium.org:
Enables restoring of keyboard focus to the the toolbar button that last had focus, before focus was lost (e.g to a dialog, another window, etc). Setting focus using the toolbar focus keyboard shortcut will still reset focus to the first enabled, visible button (starting at the Back button).
BUG=5750
Review URL: http://codereview.chromium.org/15098 |
| 7619 06.01.2009 22:52:02, by pinkerton@google.com:
Make Mac bitmaps use BGRA to match the MD5 hash Apple uses in its WebKit expectations. Use a png for "missingImage" because it has the color range to match the TIFF used by Apple in its expectations. Review URL: http://codereview.chromium.org/17211 |
| 7618 06.01.2009 22:40:14, by ojan@google.com:
Readd the concept of deferring tests till a future release and defer all the tests we had deferred for the beta release. I figure we shouldn't block the current release on tests that didn't block the beta.
That said, I think we should eventually try to make defer be just for unimplemented features. Review URL: http://codereview.chromium.org/16547 |
| 7617 06.01.2009 22:39:04, by avi@google.com:
Change "dll" to "plugin" where appropriate.
Review URL: http://codereview.chromium.org/16543 |
| 7616 06.01.2009 22:31:06, by brettw@chromium.org:
Add a terminating NULL to the text read from the edit control. This doesn't work on Vista. Apparently EM_GETLINE doesn't guarantee a terminating NULL.
BUG=6053 Review URL: http://codereview.chromium.org/16551 |
| 7615 06.01.2009 22:29:26, by finnur@google.com:
Applying patch for Mohamed Mansour (reviewed by pkasting): http://codereview.chromium.org/16246
CRASH at Tab::OnMouseReleased
Some strange thing is happening that it crashes for view::HitTest, it can never ENTER that function. It seems that the tab is being destroyed and as pkasting stated on IRC: "Part of this may be because our retarded Views designs can't distinguish which buttons are being held versus clicked in these sorts of cases (I filed a bug on this about a year and a half ago, internally)"
When a tab has ended dragging (EndDrag), if something was being dragged and you end it, it actually cleans the TabDelegate and assigns its value to 'freed memory' which is 0xfeeefeee. Therefore it crashes while dragging, because the object no longer exists. I couldn't do if (delegate_) cause that always returns true since delegate has 0xfeeefeee.
So I just changed the return type from void to bool for underlying EndDragImpl and pumped it to tab.cc. That way, we can know if a tab is destroyed or not.
BUG=5819 (http://crbug.com/5819)
TEST=Dragging tabs around, closing while dragging, and closing tabs. |
| 7614 06.01.2009 22:15:12, by mad@chromium.org:
A new status receiver that can close the tree upon specific builder step failures. |
| 7613 06.01.2009 22:13:54, by evanm@google.com:
Butcher some files to make ui_tests run 0 tests on Linux.
Review URL: http://codereview.chromium.org/16545 |
| 7612 06.01.2009 22:13:12, by scherkus@chromium.org:
Updated media.xcodeproj to include filter_host_impl.cc,h.
Review URL: http://codereview.chromium.org/17209 |
| 7611 06.01.2009 21:39:21, by jungshik@google.com:
Rebaseline LayoutTests/fast/css/font-face-unicode-range.html LayoutTests/fast/css/font-face-implicit-local-font.html
This is an companion to http://codereview.chromium.org/16516 (update third_party/WebKit to r7607)
BUG=6021
Review URL: http://codereview.chromium.org/16525 |
| 7610 06.01.2009 21:36:55, by mal@chromium.org:
Bump for 157 dev cycle |
| 7609 06.01.2009 21:35:42, by mal@chromium.org:
Branch for build 156 @ r7599 |
| 7608 06.01.2009 21:34:35, by mal@chromium.org:
Clobber official for new build |
| 7607 06.01.2009 21:34:23, by jungshik@google.com:
Add offset when building glyphpage tree nodes.
This will be followed right away by http://codereview.chromium.org/16525.
BUG=6021 TEST=LayoutTests/fast/css/font-face-unicode-range.html LayoutTests/fast/css/font-face-implicit-local-font.html
Review URL: http://codereview.chromium.org/16516 |
| 7606 06.01.2009 21:33:59, by mal@chromium.org:
Archive Build 155.1 @ r7579 |
| 7605 06.01.2009 21:30:44, by paulg@google.com:
Make browser_uitest more Purify friendly. Review URL: http://codereview.chromium.org/16544 |
| 7604 06.01.2009 21:28:32, by estade@chromium.org:
Don't special case certain characters in event_sending_controller.cc
Remove a pending test that has been upstreamed.
Review URL: http://codereview.chromium.org/17064 |
|
|