- 01 May, 2012 40 commits
-
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@134701 0039d316-1c4b-4281-b951-d872f2087c98
-
pfeldman@chromium.org authored
TBR=vsevik Review URL: https://chromiumcodereview.appspot.com/10274028 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@134700 0039d316-1c4b-4281-b951-d872f2087c98
-
rnk@chromium.org authored
TBR=sergeyu@chromium.org BUG=125724 Review URL: https://chromiumcodereview.appspot.com/10271030 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@134699 0039d316-1c4b-4281-b951-d872f2087c98
-
ivankr@chromium.org authored
Since r134147 (https://chromiumcodereview.appspot.com/10213009), startup prefs migration is more complex and may trigger the protector for users on M19. BUG=122936 TEST=ProtectedPrefsWatcherTest.* Review URL: http://codereview.chromium.org/10170046 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@134698 0039d316-1c4b-4281-b951-d872f2087c98
-
rnk@chromium.org authored
TBR=enal@chromium.org BUG=125723 Review URL: https://chromiumcodereview.appspot.com/10269027 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@134697 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@134696 0039d316-1c4b-4281-b951-d872f2087c98
-
epoger@google.com authored
Review URL: https://chromiumcodereview.appspot.com/10274011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@134695 0039d316-1c4b-4281-b951-d872f2087c98
-
maruel@chromium.org authored
They are currently in their minimal form. The proper dependencies will be added afterward. This makes the whole process simpler. R=rogerta@chromium.org BUG=98834 TEST=GYP_DEFINES="$GYP_DEFINES tests_run=check" build/gyp_chromium \ ninja -C out/Release browser_tests_run ui_tests_run Review URL: https://chromiumcodereview.appspot.com/10262028 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@134693 0039d316-1c4b-4281-b951-d872f2087c98
-
achuith@chromium.org authored
BUG=chromium-os:29242 TEST=Checkbox to disable drive should be visible in the downloads section of advanced settings. Selecting this should disable drive in the filemanager (requires restart in M20). Review URL: http://codereview.chromium.org/10270019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@134692 0039d316-1c4b-4281-b951-d872f2087c98
-
stuartmorgan@chromium.org authored
BUG=111275 TEST=Open a new window while hovering over a Flash instance that hides the cursor; the cursor should re-appear as soon as the mouse moves. Review URL: http://codereview.chromium.org/10169003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@134691 0039d316-1c4b-4281-b951-d872f2087c98
-
tfarina@chromium.org authored
The pattern get() ? true : false isn't widely used and after this patch has no more occurrences across chromium/src/ codebase. R=tommi@chromium.org Review URL: http://codereview.chromium.org/10262014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@134690 0039d316-1c4b-4281-b951-d872f2087c98
-
maruel@chromium.org authored
Revert r134670 "Revert 134667 "Revert r134508 "Revert 134507, broke the main builders:"" This CL's going to get in at whatever cost. I moved more optional files to be untracked. The dependencies were retrieved with trace_inputs.py and merged with merge_isolate.py. Manual edits: - Added <(EXECUTABLE_SUFFIX) to two executables: unit_tests and xdisplaycheck. - Removed testserver.log and unit_tests.log. - Added copyright. - Removed *.db-journal files. TBR=rogerta@chromium.org BUG=98636 TEST= Review URL: https://chromiumcodereview.appspot.com/10263018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@134689 0039d316-1c4b-4281-b951-d872f2087c98
-
maruel@chromium.org authored
It broke multiple browser_tests like ExtensionWebstorePrivateApiTest.InstallAccepted and ExtensionNoConfirmWebstorePrivateApiTest.InstallTheme on multiple OSes. TBR=estade@chromium.org Review URL: https://chromiumcodereview.appspot.com/10274026 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@134688 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-release@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@134685 0039d316-1c4b-4281-b951-d872f2087c98
-
alexeypa@chromium.org authored
Add commas between array elements and remove extra spaces at end. BUG=none TEST=trybots Review URL: http://codereview.chromium.org/10264022 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@134683 0039d316-1c4b-4281-b951-d872f2087c98
-
sail@chromium.org authored
This CL sets the image scale factor for data packs. This will be used by the DOM UI code to look up encoded PNG data for images with a specific scale factor. BUG=114311 TEST= Review URL: http://codereview.chromium.org/10151025 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@134682 0039d316-1c4b-4281-b951-d872f2087c98
-
satorux@chromium.org authored
In preparation for making FindEntryByPathAsync() private. The new function is not used in production code yet. BUG=chromium-os:30251 TEST=add unit tests Review URL: https://chromiumcodereview.appspot.com/10271026 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@134681 0039d316-1c4b-4281-b951-d872f2087c98
-
satorux@chromium.org authored
Instead use GetFileInfoByPathAsync(). This is in preparation for making FindEntryByPathAsync() private. BUG=chromium-os:30251 TEST=gdata in the file manager works as before (ex. pinned files are shown as pinned) Review URL: https://chromiumcodereview.appspot.com/10271016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@134680 0039d316-1c4b-4281-b951-d872f2087c98
-
satorux@chromium.org authored
These functions will be used in an upcoming patch, when we extract file info from GDataFileProto/GDataDirectoryProto (i.e. in some places, we need PlatFormFileInfo). BUG=chromium-os:30251 TEST=GDataFileSystemTest.CachedFeedLoading Review URL: https://chromiumcodereview.appspot.com/10270027 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@134679 0039d316-1c4b-4281-b951-d872f2087c98
-
rvargas@chromium.org authored
BUG=none TEST=none Review URL: http://codereview.chromium.org/10148001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@134678 0039d316-1c4b-4281-b951-d872f2087c98
-
oshima@chromium.org authored
BUG=none TEST=none Review URL: http://codereview.chromium.org/10255020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@134677 0039d316-1c4b-4281-b951-d872f2087c98
-
groby@chromium.org authored
Will stop open windows from staying around while other unit tests run. TBR=jhawkins@chromium.org BUG=122152 TEST= Review URL: http://codereview.chromium.org/10048005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@134676 0039d316-1c4b-4281-b951-d872f2087c98
-
enal@chromium.org authored
but not yet played). Underlying code expects per-logical-stream pending bytes, while all mixer gets when called for more data is pending bytes per combined stream. Fix is to keep track of * amount of data in every buffer * buffers for every logical stream and manually calculate per-logical-stream pending bytes. That is last CL in initial audio mixer implementation, after it go through mixer should be ready for full testing. Review URL: http://codereview.chromium.org/10154007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@134675 0039d316-1c4b-4281-b951-d872f2087c98
-
cduvall@chromium.org authored
JSON schema compiler now supports having strings as types. Similar to http://crbug.com/122075 BUG=124771 TEST=cpp_type_generator_test.py Review URL: http://codereview.chromium.org/10206034 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@134674 0039d316-1c4b-4281-b951-d872f2087c98
-
estade@chromium.org authored
for extensions that have a homepage url BUG=105858 TEST=manual Review URL: https://chromiumcodereview.appspot.com/10103015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@134673 0039d316-1c4b-4281-b951-d872f2087c98
-
dgrogan@chromium.org authored
BUG=123685 TEST= Review URL: http://codereview.chromium.org/10261019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@134672 0039d316-1c4b-4281-b951-d872f2087c98
-
wez@chromium.org authored
BUG=110212 TEST=Will be testable via subsequent API-consumer CL. Review URL: http://codereview.chromium.org/10262019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@134671 0039d316-1c4b-4281-b951-d872f2087c98
-
estade@chromium.org authored
it broke the linux x64 bulder. > Revert r134607 "Revert r134508 "Revert 134507, broke the main builders:"" > Overall, this reapplies r134507. > The dependencies were retrieved with trace_inputs.py and merged with merge_isolate.py. > Manual edits: > - Added <(EXECUTABLE_SUFFIX) to two executables: unit_tests and xdisplaycheck. > - Removed testserver.log and unit_tests.log. > - Added copyright. > - Removed *.db-journal files. > TBR=rogerta@chromium.org > BUG=98636 > TEST= > Review URL: http://codereview.chromium.org/10269019 TBR=maruel@chromium.org Review URL: https://chromiumcodereview.appspot.com/10264027 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@134670 0039d316-1c4b-4281-b951-d872f2087c98
-
maruel@chromium.org authored
Revert r134607 "Revert r134508 "Revert 134507, broke the main builders:"" Overall, this reapplies r134507. The dependencies were retrieved with trace_inputs.py and merged with merge_isolate.py. Manual edits: - Added <(EXECUTABLE_SUFFIX) to two executables: unit_tests and xdisplaycheck. - Removed testserver.log and unit_tests.log. - Added copyright. - Removed *.db-journal files. TBR=rogerta@chromium.org BUG=98636 TEST= Review URL: http://codereview.chromium.org/10269019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@134667 0039d316-1c4b-4281-b951-d872f2087c98
-
craigdh@chromium.org authored
Added a new automation hook ExecuteJavascriptInOOBEWebUI() to permit executing abitrary javascript prior to login on chromeos. Change-Id: If96d94bb22ac5bd25fa4ab1e3a4c3ba52ea47370 BUG=chromium-os:29466,chromium-os:20709 TEST=functional/chromeos_login.py (testExecuteJavascriptInOOBEWebUI) Review URL: http://codereview.chromium.org/10257015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@134666 0039d316-1c4b-4281-b951-d872f2087c98
-
jamiewalch@google.com authored
BUG=125568 TEST=Manual Review URL: https://chromiumcodereview.appspot.com/10274022 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@134665 0039d316-1c4b-4281-b951-d872f2087c98
-
estade@chromium.org authored
realized the old implementation was over-complicated and could fail if two objects had interleaved, rather than nested, scope. BUG=none TEST=manual Review URL: http://codereview.chromium.org/10269008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@134663 0039d316-1c4b-4281-b951-d872f2087c98
-
thakis@chromium.org authored
BUG=none TEST=none Review URL: http://codereview.chromium.org/10268021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@134660 0039d316-1c4b-4281-b951-d872f2087c98
-
kevers@chromium.org authored
BUG=102482 TEST= Review URL: http://codereview.chromium.org/10266010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@134659 0039d316-1c4b-4281-b951-d872f2087c98
-
jamiewalch@google.com authored
BUG=None TEST=Manual Review URL: https://chromiumcodereview.appspot.com/10271025 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@134658 0039d316-1c4b-4281-b951-d872f2087c98
-
kalman@chromium.org authored
page action. BUG=124605 Review URL: http://codereview.chromium.org/10264004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@134657 0039d316-1c4b-4281-b951-d872f2087c98
-
jennb@chromium.org authored
This bug was introduced by r10170037 which waited until mouse was released to truly end a grab. BUG=crash when clicking on titlebar to restore a minimized panel TEST=minimize a panel. click on titlebar to restore. verify no crash. Review URL: https://chromiumcodereview.appspot.com/10266021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@134655 0039d316-1c4b-4281-b951-d872f2087c98
-
kalman@chromium.org authored
R=aa@chromium.org BUG=124477 Review URL: http://codereview.chromium.org/10177006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@134654 0039d316-1c4b-4281-b951-d872f2087c98
-
mpcomplete@chromium.org authored
the original way (installed then loaded). I originally switched the order so I could dispatch the onInstalled event, but doing so in a PostTask is a better solution to that. BUG=no TEST=no Review URL: http://codereview.chromium.org/10274013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@134653 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@134652 0039d316-1c4b-4281-b951-d872f2087c98
-