- 27 Oct, 2011 40 commits
-
-
hans@chromium.org authored
The BackingStoreType and maximumSize parameters have been removed. Remove the --indexeddb-use-sqlite command-line flag. BUG=none TEST=all current tests pass (layout tests, browser tests, pyautotests) Review URL: http://codereview.chromium.org/8202003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@107547 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-release@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@107546 0039d316-1c4b-4281-b951-d872f2087c98
-
gman@chromium.org authored
This will make it allocate less shared memory blocks resulting in less file descriptors. BUG=none TEST=unit tests Review URL: http://codereview.chromium.org/8340003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@107544 0039d316-1c4b-4281-b951-d872f2087c98
-
sque@chromium.org authored
This reverts commit 6b3b4806. http://src.chromium.org/viewvc/chrome?view=rev&revision=107530 BUG=chromium:101867 TEST=none Signed-off-by:
Simon Que <sque@chromium.org> R=oshima@chromium.org,satorux@chromium.org BUG= TEST= Review URL: http://codereview.chromium.org/8400019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@107543 0039d316-1c4b-4281-b951-d872f2087c98
-
pfeldman@chromium.org authored
BUG= TEST= Review URL: http://codereview.chromium.org/8403030 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@107542 0039d316-1c4b-4281-b951-d872f2087c98
-
pfeldman@chromium.org authored
BUG=100944 TEST= Review URL: http://codereview.chromium.org/8396044 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@107541 0039d316-1c4b-4281-b951-d872f2087c98
-
ivankr@chromium.org authored
BUG=none TEST=Manual: build with use_aura=1 TBR=pkasting@chromium.org Review URL: http://codereview.chromium.org/8402022 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@107540 0039d316-1c4b-4281-b951-d872f2087c98
-
rsleevi@chromium.org authored
BUG=none TEST=none Review URL: http://codereview.chromium.org/8395025 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@107539 0039d316-1c4b-4281-b951-d872f2087c98
-
bryner@chromium.org authored
This hooks up the DownloadProtectionService to run after a download finishes. For now, this does not send a download pingback since the flag defaults to off. TEST=DownloadProtectionServiceTest BUG=none Review URL: http://codereview.chromium.org/8345033 TBR=bryner@chromium.org Review URL: http://codereview.chromium.org/8400020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@107538 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@107537 0039d316-1c4b-4281-b951-d872f2087c98
-
yurys@chromium.org authored
BUG=None TEST=None TBR=johnnyg Review URL: http://codereview.chromium.org/8403028 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@107536 0039d316-1c4b-4281-b951-d872f2087c98
-
lipalani@chromium.org authored
This is the first patch in a series of patches. This patch introduces the unrecoverable error info class which is plumbed up all ModelSafeWorker subclasses. The subclasses of ModelChangingSyncer command would be converted to return an unrecoverable error info in another CL. BUG=100374 TEST= Review URL: http://codereview.chromium.org/8366030 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@107535 0039d316-1c4b-4281-b951-d872f2087c98
-
hbono@chromium.org authored
This change just adds a 'const' to RenderWidgetHostViewViews::HasFocus() to match it with views::View::HasFocus(). BUG=none TEST=fix the "Linux Clang (ChromeOS dbg)" build. Review URL: http://codereview.chromium.org/8402018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@107534 0039d316-1c4b-4281-b951-d872f2087c98
-
akalin@chromium.org authored
This avoids some crashes when we try to traverse the list to find the first child and encounter a dangling Id. Remove some spurious virtual keywords. BUG=100907 TEST= Review URL: http://codereview.chromium.org/8396022 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@107533 0039d316-1c4b-4281-b951-d872f2087c98
-
oshima@google.com authored
TBR=rvargas@chromium.org BUT=101853 TEST=none Review URL: http://codereview.chromium.org/8401028 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@107532 0039d316-1c4b-4281-b951-d872f2087c98
-
jam@chromium.org authored
BUG=98716 Review URL: http://codereview.chromium.org/8403017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@107531 0039d316-1c4b-4281-b951-d872f2087c98
-
oshima@google.com authored
TBR=satorux@chromium.org BUG=101867 TEST=none Review URL: http://codereview.chromium.org/8400018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@107530 0039d316-1c4b-4281-b951-d872f2087c98
-
varunjain@chromium.org authored
BUG=97845 TEST=ui_unittests Review URL: http://codereview.chromium.org/8364037 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@107529 0039d316-1c4b-4281-b951-d872f2087c98
-
bryner@chromium.org authored
This hooks up the DownloadProtectionService to run after a download finishes. For now, this does not send a download pingback since the flag defaults to off. TEST=DownloadProtectionServiceTest BUG=none Review URL: http://codereview.chromium.org/8345033 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@107528 0039d316-1c4b-4281-b951-d872f2087c98
-
yoz@chromium.org authored
As of July, the mini-gallery simply redirects to the web store (b/4990237). BUG=101405 TEST=no user-visible changes Review URL: http://codereview.chromium.org/8404007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@107527 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@107526 0039d316-1c4b-4281-b951-d872f2087c98
-
jchaffraix@chromium.org authored
TBR=yurys,johnnyg Review URL: http://codereview.chromium.org/8404023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@107525 0039d316-1c4b-4281-b951-d872f2087c98
-
kalman@chromium.org authored
setting that was already in sync (from MergeDataAndStartSyncing) is changed. BUG=101635 TEST=ExtensionSettingsSyncTest Review URL: http://codereview.chromium.org/8341043 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@107524 0039d316-1c4b-4281-b951-d872f2087c98
-
jhawkins@chromium.org authored
BUG=none TEST=none R=csilv@chromium.org Review URL: http://codereview.chromium.org/8403015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@107523 0039d316-1c4b-4281-b951-d872f2087c98
-
jhawkins@chromium.org authored
BUG=none TEST=none R=csilv@chromium.org Review URL: http://codereview.chromium.org/8393036 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@107522 0039d316-1c4b-4281-b951-d872f2087c98
-
nirnimesh@chromium.org authored
R=dennisjeffrey@chromium.org BUG= TEST= Review URL: http://codereview.chromium.org/8403018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@107518 0039d316-1c4b-4281-b951-d872f2087c98
-
dbeam@chromium.org authored
- rename sync promo -> NTP sign-in promo - re-arrange UMA to correctly report stuff given new code path - re-fix pane switcher issue. R=sail@chromium.org,estade@chromium.org TBR=mirandac@chromium.org BUG=99540 TEST=Unit tests still pass, code still compiles, UMA gets reported, and pane switchers don't obscure. Review URL: http://codereview.chromium.org/8363035 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@107517 0039d316-1c4b-4281-b951-d872f2087c98
-
erg@chromium.org authored
willchan pointed out that while idling, the chrome browser process can take up to 25% CPU time on one of our Z600s, which is ridiculous. There's a lot of causes here, but the first one I'm focusing on is how slow our tabstrip rendering code is. Previously, each frame we stuffed bitmaps across the X11 connection instead of using cairo primitives for serverside accelerated drawing. This patch changes the code in tab_renderer_gtk.h from skia rendering (with manually composited bitmaps) to cairo rendering (which should be a set of commands to the x server that should composite bitmaps already living serverside). From here we can: - Look for other ways to minimize the amount of work in an expose event. - Only redraw the dirty rectangles or otherwise minimize the expose area. - Finally fix that theme rendering bug where dragging a tab along the tabstrip doesn't update to reflect the new background. BUG=100803 TEST=Manual testing looking for graphical regressions. Review URL: http://codereview.chromium.org/8392011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@107514 0039d316-1c4b-4281-b951-d872f2087c98
-
dpapad@chromium.org authored
BUG=100883 TEST=NONE Review URL: http://codereview.chromium.org/8357009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@107513 0039d316-1c4b-4281-b951-d872f2087c98
-
sail@chromium.org authored
We now show sync errors in the wrench menu so we no longer need to show in the bookmark bar. BUG=101314 TEST= Review URL: http://codereview.chromium.org/8391034 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@107512 0039d316-1c4b-4281-b951-d872f2087c98
-
dpranke@chromium.org authored
R=jam@chromium.org BUG=90442 TEST=none Review URL: http://codereview.chromium.org/8381024 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@107510 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@107509 0039d316-1c4b-4281-b951-d872f2087c98
-
scherkus@chromium.org authored
BUG=101172,100465 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@107508 0039d316-1c4b-4281-b951-d872f2087c98
-
oshima@google.com authored
TBR=rvargas@chromium.org BUG=101853 TEST=none Review URL: http://codereview.chromium.org/8400012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@107506 0039d316-1c4b-4281-b951-d872f2087c98
-
sail@chromium.org authored
BUG=95533 TEST= TBR=gideonwald@chromium.org Review URL: http://codereview.chromium.org/8400013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@107505 0039d316-1c4b-4281-b951-d872f2087c98
-
sail@chromium.org authored
The new tab button images that I checked in are too bright (they don't match the color of inactive tabs). I won't be able to fix this intime for beta so I'm reverting the images to r96786. BUG=100775 TEST= Review URL: http://codereview.chromium.org/8398001 TBR=sail@chromium.org Review URL: http://codereview.chromium.org/8403020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@107504 0039d316-1c4b-4281-b951-d872f2087c98
-
sail@chromium.org authored
BUG=101251 TEST= TBR=dbeam@chromium.org Review URL: http://codereview.chromium.org/8404015 TBR=sail@chromium.org Review URL: http://codereview.chromium.org/8404020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@107503 0039d316-1c4b-4281-b951-d872f2087c98
-
tfarina@chromium.org authored
R=sky@chromium.org Review URL: http://codereview.chromium.org/8395016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@107502 0039d316-1c4b-4281-b951-d872f2087c98
-
dpranke@chromium.org authored
In the component build, webkit_glue may be linked into multiple modules. This can cause problems if we initialize the global variable in one module but try to read it from others (which often happens in browser_tests, where the WebKitPlatformSupport impl currently picks up the version of glue linked into chrome.dll). This change ensures that callers using content's default implementation of WebKitPlatformSupport will use the correct instance of the function. R=jam@chromium.org BUG=90442 TEST=most browser_tests pass w/ content component build Review URL: http://codereview.chromium.org/8394022 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@107501 0039d316-1c4b-4281-b951-d872f2087c98
-
jeremya@chromium.org authored
BUG=101067 TEST=none Review URL: http://codereview.chromium.org/8366028 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@107498 0039d316-1c4b-4281-b951-d872f2087c98
-