- 26 Aug, 2011 12 commits
-
-
elijahtaylor@google.com authored
on-by-default. This is a mirror change of http://codereview.chromium.org/7720021/ for trunk (some files have changed so it was necessary to check into the branch and trunk separately instead of merging) BUG=93984 TEST=manual Review URL: http://codereview.chromium.org/7693030 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98371 0039d316-1c4b-4281-b951-d872f2087c98
-
krisr@chromium.org authored
Review URL: http://codereview.chromium.org/7745039 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98369 0039d316-1c4b-4281-b951-d872f2087c98
-
jamiewalch@google.com authored
BUG=None TEST=Manual Review URL: http://codereview.chromium.org/7718008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98366 0039d316-1c4b-4281-b951-d872f2087c98
-
jamiewalch@google.com authored
BUG=None TEST=Manual Review URL: http://codereview.chromium.org/7747029 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98365 0039d316-1c4b-4281-b951-d872f2087c98
-
nirnimesh@chromium.org authored
R=krisr@chromium.org BUG= TEST= Review URL: http://codereview.chromium.org/7749026 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98364 0039d316-1c4b-4281-b951-d872f2087c98
-
koz@chromium.org authored
the command line. BUG=82954 Review URL: http://codereview.chromium.org/7744016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98362 0039d316-1c4b-4281-b951-d872f2087c98
-
dcheng@chromium.org authored
Even though CF_DIB is always supposed to be synthesized from CF_BITMAP, change the types to match in Clipboard::ReadAvailableTypes. We also add a NULL check in Clipboard::ReadImage in case the contents of the clipboard change between the time the clipboard types are accessed and the the clipboard content is accessed. BUG=94332 TEST=none Review URL: http://codereview.chromium.org/7741035 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98361 0039d316-1c4b-4281-b951-d872f2087c98
-
zelidrag@chromium.org authored
BUG=chromium-os:19657 TEST=make sure 'Open archive' task shows up only when --enable-archives switch is provided Review URL: http://codereview.chromium.org/7741020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98360 0039d316-1c4b-4281-b951-d872f2087c98
-
cevans@chromium.org authored
BUG=93472 Review URL: http://codereview.chromium.org/7747031 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98359 0039d316-1c4b-4281-b951-d872f2087c98
-
zea@chromium.org authored
BUG=94140 TEST=unit_tests --gtest_filter="*FailWriteToHistoryBackend*" Review URL: http://codereview.chromium.org/7753008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98358 0039d316-1c4b-4281-b951-d872f2087c98
-
tbarzic@chromium.org authored
TEST=None BUG=None Review URL: http://codereview.chromium.org/7753018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98357 0039d316-1c4b-4281-b951-d872f2087c98
-
sergeyu@chromium.org authored
BUG=None TEST=Unittests. Review URL: http://codereview.chromium.org/7744041 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98356 0039d316-1c4b-4281-b951-d872f2087c98
-
- 25 Aug, 2011 28 commits
-
-
kbr@google.com authored
not reproduce this crash in house any more, so adding more code along the lines of the earlier fix which was known to work on some hardware. BUG=94103 TEST=none (tested manually to verify no regression) Review URL: http://codereview.chromium.org/7756001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98355 0039d316-1c4b-4281-b951-d872f2087c98
-
jamiewalch@google.com authored
BUG=93545, 91760 TEST=Manual Review URL: http://codereview.chromium.org/7744037 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98354 0039d316-1c4b-4281-b951-d872f2087c98
-
sky@chromium.org authored
BUG=94228 TEST=none R=dpolukhin@chromium.org TBR=dpolukhin@chromium.org Review URL: http://codereview.chromium.org/7745038 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98353 0039d316-1c4b-4281-b951-d872f2087c98
-
michaeln@google.com authored
* Wire up the delete command in the cookie tree UI to actually delete indexedDBs. Also cleaned up some internal structures used by the UI layer. * Clean up some loose ends around the transition from sqlite backing to leveldb backing. Code had not been updated to reflect that the indexedDBpath is a directory path instead of a file path. * Fix a problem with reporting inconsistent size value to the quota manager. Now we always compute deltas against a cached size value and don't change the cached size value w/o reporting a delta. * Fix a problem with erroneously accessing the filesystem for queries about indexed db usage when working with incognito profiles. BUG=56249,76641 Review URL: http://codereview.chromium.org/7692016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98352 0039d316-1c4b-4281-b951-d872f2087c98
-
estade@chromium.org authored
BUG=none TEST=manual Review URL: http://codereview.chromium.org/7717012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98351 0039d316-1c4b-4281-b951-d872f2087c98
-
lambroslambrou@google.com authored
BUG=94101 TEST=Manual Review URL: http://codereview.chromium.org/7744043 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98350 0039d316-1c4b-4281-b951-d872f2087c98
-
ben@chromium.org authored
http://crbug.com/93944 TEST=none Review URL: http://codereview.chromium.org/7744045 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98349 0039d316-1c4b-4281-b951-d872f2087c98
-
noelallen@google.com authored
Several IDL files contain references to M13 which are unused. This causes the generator to use M13 instead of M14 as the version number for the unchanged interface. This CL removes the unused references to M13 in the IDL, and pushes the updated set of '*.h' removing the unused #define of the unused version string. BUG= http://code.google.com/p/chromium/issues/detail?id=94201 TEST= compile + try R= brettw@chromium.org Review URL: http://codereview.chromium.org/7748012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98348 0039d316-1c4b-4281-b951-d872f2087c98
-
bryner@chromium.org authored
browser needs to depend on safe_browsing_proto directly since hard_dependency is not transitive. Given this requirement, there's no reason for common to depend on safe_browsing_proto. BUG=none TEST=none Review URL: http://codereview.chromium.org/7748011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98346 0039d316-1c4b-4281-b951-d872f2087c98
-
jam@chromium.org authored
Inject the ChromeOS specific geocolation wifi data provider at runtime. This allows building content under chrome os. Review URL: http://codereview.chromium.org/7747026 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98345 0039d316-1c4b-4281-b951-d872f2087c98
-
zmo@google.com authored
BUG=91872,94195 TEST=no mem leak from GpuBlacklist. Review URL: http://codereview.chromium.org/7748029 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98344 0039d316-1c4b-4281-b951-d872f2087c98
-
estade@chromium.org authored
1. when you install a new app, only one NTP will highlight (i.e. switch to the correct page for that app), rather than any open NTP 2. when you do an app install via dragging a bookmark or most visited tile to a navigation dot, work correctly instead of asserting 3. correct drop effect for dragging onto navigation dots BUG=93159 TEST=see above Review URL: http://codereview.chromium.org/7685049 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98342 0039d316-1c4b-4281-b951-d872f2087c98
-
scr@chromium.org authored
- Add ability to mock globals - Add ability to call global with savedArgs - Add ability to reuse savedArgs - Add ability to continue an async test - Add ability for test fixture's SetUp to defer RunTest until conditions are right and call function. - Add tests for generated async test - Add one print preview test to expect a global function to be called. - Defer TearDown to testDone so async tests aren't torn down until they're complete. - Try the SetUp call so errors are shown. R=mmenke@chromium.org,dtseng@chromium.org,arv@chromium.org BUG=91737 TEST=browser_tests --gtest_filter=PrintPreviewWebUITest.TestPrinterChangeUpdatesPreview Review URL: http://codereview.chromium.org/7645007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98341 0039d316-1c4b-4281-b951-d872f2087c98
-
gbillock@chromium.org authored
Original review URL: http://codereview.chromium.org/7624012 R=groby@chromium.org,vandebo@chromium.org BUG=none TEST=*Intents* Review URL: http://codereview.chromium.org/7719029 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98340 0039d316-1c4b-4281-b951-d872f2087c98
-
zea@chromium.org authored
Previously we would create a tab node before realizing a tab was windowless. Added a check into IsValidTab to prevent this happening. Also ensure we give priority to a tab being destroyed before checking if its valid. In addition several changes were made to make us fail more gracefully. BUG=93172,92990 TEST=Sync with sessions + instant search Review URL: http://codereview.chromium.org/7706024 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98339 0039d316-1c4b-4281-b951-d872f2087c98
-
tony@chromium.org authored
Review URL: http://codereview.chromium.org/7698005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98337 0039d316-1c4b-4281-b951-d872f2087c98
-
epoger@google.com authored
Review URL: http://codereview.chromium.org/7747019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98336 0039d316-1c4b-4281-b951-d872f2087c98
-
ananta@chromium.org authored
interface. This is a continuation of the changes necessary to not handle IPC messages from content in chrome and vice versa. ViewHostMsg_JSOutOfMemory ViewHostMsg_RegisterProtocolHandler ViewHostMsg_RegisterIntentHandler ViewHostMsg_WebIntentDispatch BUG=87335 Review URL: http://codereview.chromium.org/7745027 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98335 0039d316-1c4b-4281-b951-d872f2087c98
-
xiyuan@chromium.org authored
BUG=chromium-os:19650 TEST=Verify fix for chromium-os:19650 Review URL: http://codereview.chromium.org/7753010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98334 0039d316-1c4b-4281-b951-d872f2087c98
-
estade@chromium.org authored
BUG=93432 TEST=manual Review URL: http://codereview.chromium.org/7706029 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98333 0039d316-1c4b-4281-b951-d872f2087c98
-
ben@chromium.org authored
Get views::Widget rendering working against an aura::Window NativeWidget. http://crbug.com/93944 TEST=none Original review URL: http://codereview.chromium.org/7741027 Review URL: http://codereview.chromium.org/7747032 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98331 0039d316-1c4b-4281-b951-d872f2087c98
-
thestig@chromium.org authored
BUG=94138 TEST=Print preview works again on vandebo's machine. Review URL: http://codereview.chromium.org/7741003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98330 0039d316-1c4b-4281-b951-d872f2087c98
-
kbr@google.com authored
be displayed on screen. BUG=94325 TEST=none (tested manually with WebGL aquarium) Review URL: http://codereview.chromium.org/7747030 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98329 0039d316-1c4b-4281-b951-d872f2087c98
-
zea@chromium.org authored
A "sync_tabs" field has been added to the nigori node. When this field is set, and if the user has elected to keep everything synced, we automatically enable session sync for them. This is done by way of the migrator and does not require a restart of sync or user intervention. BUG=none TEST=sync_integration_tests --gtest_filter="*SetSyncTabs*" Review URL: http://codereview.chromium.org/7669073 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98328 0039d316-1c4b-4281-b951-d872f2087c98
-
scr@chromium.org authored
R=csilv@chromium.org,estade@chromium.org BUG=None TEST=browser_tests --gtest_filter=NTP4WebUITest.* Review URL: http://codereview.chromium.org/7741010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98327 0039d316-1c4b-4281-b951-d872f2087c98
-
nirnimesh@chromium.org authored
R=mark@chromium.org BUG=93548 TEST= Review URL: http://codereview.chromium.org/7740030 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98326 0039d316-1c4b-4281-b951-d872f2087c98
-
sky@chromium.org authored
case the navigator changes while a menu is showing (as could happen if a tab closes). BUG=92994 TEST=make sure bookmark menus still work; covered by tests too. R=ben@chromium.org Review URL: http://codereview.chromium.org/7749011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98324 0039d316-1c4b-4281-b951-d872f2087c98
-
estade@chromium.org authored
BUG=94219 TEST=manual Review URL: http://codereview.chromium.org/7745032 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98322 0039d316-1c4b-4281-b951-d872f2087c98
-