- 25 Aug, 2011 40 commits
-
-
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
-
rginda@chromium.org authored
BUG=chromium-os:19082 TEST=manual testing Review URL: http://codereview.chromium.org/7745031 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98321 0039d316-1c4b-4281-b951-d872f2087c98
-
nsylvain@chromium.org authored
FAILED ] ExternalTabUITest.FLAKY_HostNetworkStack (90498 ms) FAILED ] ExternalTabUITest.FLAKY_HostNetworkStackAbortRequest (90681 ms) FAILED ] ExternalTabUITestPopupEnabled.FLAKY_UserGestureTargetBlank (46071 ms) FAILED ] ExternalTabUITestPopupEnabled.FLAKY_WindowDotOpen (45892 ms) BUG=61023,42545 Review URL: http://codereview.chromium.org/7749018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98320 0039d316-1c4b-4281-b951-d872f2087c98
-
chrisha@chromium.org authored
Our previous PreRead experiment involved flipping a coin on every launch, but we wish to persist the coin-toss between launches. Additionally, this version of the field trial includes an expiry date and limits it to the canary and dev channels. We are unable to use the FieldTrial mechanism due to PreRead occuring prior to chrome.dll being loaded. As such, we use the registry for persisting the coin-toss and environment variables for communicating between chrome.exe and chrome.dll. Review URL: http://codereview.chromium.org/7712014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98319 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98318 0039d316-1c4b-4281-b951-d872f2087c98
-
zmo@google.com authored
BUG=none TEST=tree green Review URL: http://codereview.chromium.org/7722001 TBR=zmo@google.com Review URL: http://codereview.chromium.org/7749022 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98317 0039d316-1c4b-4281-b951-d872f2087c98
-
prasadt@chromium.org authored
- Added testing for drag and drop involving multiple panels. - Refactored the code to make it clear what's being tested. - Refactored to simplify the test code so we don't worry about bugs in test code. Comes with some loss of compactness but is the right trade-off for test code. TEST=none BUG=none modified: chrome/browser/ui/panels/panel_browsertest.cc modified: chrome/browser/ui/panels/panel_manager.cc modified: chrome/browser/ui/panels/panel_manager.h Review URL: http://codereview.chromium.org/7706027 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98314 0039d316-1c4b-4281-b951-d872f2087c98
-
kmadhusu@chromium.org authored
BUG=none TEST=print preview works after code changes. Review URL: http://codereview.chromium.org/7740025 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98313 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 Review URL: http://codereview.chromium.org/7741027 TBR=ben@chromium.org Review URL: http://codereview.chromium.org/7749020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98312 0039d316-1c4b-4281-b951-d872f2087c98
-
dimich@chromium.org authored
BUG=93777 Review URL: http://codereview.chromium.org/7753012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98308 0039d316-1c4b-4281-b951-d872f2087c98
-
satorux@chromium.org authored
The code is now a lot simpler, and unit tested. The dlopen hack and the timeout hack are now gone. BUG=90036 TEST=confirm that the geolocation works on maps.google.com on a device with wifi network Review URL: http://codereview.chromium.org/7725001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98307 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 Review URL: http://codereview.chromium.org/7741027 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98306 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98305 0039d316-1c4b-4281-b951-d872f2087c98
-
mark@chromium.org authored
```--------------------------------------------------------------------- r826 | mark@chromium.org | 2011-08-25 17:19:29 -0400 (Thu, 25 Aug 2011) | 14 lines Fix CalculateStackSize to behave properly when the main thread's stack is split up into multiple regions. An older workaround relyied on known fixed stack locations and only filled in the initial page of the stack if it was in a distinct region. The new approach looks upwards for additional regions that appear to be part of the same stack. With PIE on Lion, the stack no longer begins at a fixed address, so the older workaround became ineffective. BUG=247, chromium:94107 TEST=Stacks should run through to _main/start and then stop when examining Chrome on Lion with PIE and "slid" stacks. Review URL: http://breakpad.appspot.com/300001 ``` --------------------------------------------------------------------- BUG=94107 TEST=Stacks should run through to _main/start and then stop when examining Chrome on Lion with PIE and "slid" stacks. Review URL: http://codereview.chromium.org/7744038 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98304 0039d316-1c4b-4281-b951-d872f2087c98
-
oshima@google.com authored
Always create InputMethod object instead of being lazy. BUG=none TEST=none Review URL: http://codereview.chromium.org/7744029 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98303 0039d316-1c4b-4281-b951-d872f2087c98
-