- 02 Aug, 2012 40 commits
-
-
dmurph@chromium.org authored
Review URL: https://chromiumcodereview.appspot.com/10850021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149660 0039d316-1c4b-4281-b951-d872f2087c98
-
ericu@chromium.org authored
Add a cursor-read-random-write test that writes back to the same store. Turn on database deletion for all other perf tests [although the time's not counted for tests other than the deletion test]. BUG=137764 TEST=self Review URL: https://chromiumcodereview.appspot.com/10836063 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149659 0039d316-1c4b-4281-b951-d872f2087c98
-
vandebo@chromium.org authored
BUG=NONE Review URL: https://chromiumcodereview.appspot.com/10824116 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149658 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149657 0039d316-1c4b-4281-b951-d872f2087c98
-
reed@google.com authored
Review URL: https://chromiumcodereview.appspot.com/10826115 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149656 0039d316-1c4b-4281-b951-d872f2087c98
-
estade@chromium.org authored
1450 is too long for an animation. In this case it is painfully long. BUG=none TEST=clicking on the page icon on https://google.com Review URL: https://chromiumcodereview.appspot.com/10835015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149655 0039d316-1c4b-4281-b951-d872f2087c98
-
felipeg@chromium.org authored
We currently don't have a way of compiling or running java unittests upstream. So the java unittest for AndroidProtocolAdapter is being done only downstream for now. It should be upstreamed once we can. BUG=136983 TEST= Review URL: https://chromiumcodereview.appspot.com/10832034 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149653 0039d316-1c4b-4281-b951-d872f2087c98
-
dmazzoni@chromium.org authored
BUG=140108 TBR=nkostylev Review URL: https://chromiumcodereview.appspot.com/10825141 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149652 0039d316-1c4b-4281-b951-d872f2087c98
-
vrk@google.com authored
BUG=139044 TEST=media_unittests Review URL: https://chromiumcodereview.appspot.com/10800041 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149651 0039d316-1c4b-4281-b951-d872f2087c98
-
nileshagrawal@chromium.org authored
Also Register JNI before running unit_tests on Android. BUG= Review URL: https://chromiumcodereview.appspot.com/10827134 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149650 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149648 0039d316-1c4b-4281-b951-d872f2087c98
-
vandebo@chromium.org authored
BUG=116025 NOTRY=TRUE Review URL: https://chromiumcodereview.appspot.com/10821110 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149647 0039d316-1c4b-4281-b951-d872f2087c98
-
asargent@chromium.org authored
The crash stacks show a CHECK failure when doing the unregistration due to NotificationRegistrar deletion, indicating that the WebstoreInstaller is getting deleted on a different thread from where the original notification registration took place. This CL makes the ref counting infrastructure always do the delete on the UI thread instead of whichever thread happened to do the last Release, which should hopefully fix the problem. BUG=125485 TEST=CHECK failures with a stack matching the signature in the bug report should stop appearing Review URL: https://chromiumcodereview.appspot.com/10832105 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149646 0039d316-1c4b-4281-b951-d872f2087c98
-
apavlov@chromium.org authored
TBR= BUG= Review URL: https://chromiumcodereview.appspot.com/10828130 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149644 0039d316-1c4b-4281-b951-d872f2087c98
-
rvargas@google.com authored
BUG=136320 TEST=net_unittests Review URL: https://chromiumcodereview.appspot.com/10829114 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149643 0039d316-1c4b-4281-b951-d872f2087c98
-
stuartmorgan@chromium.org authored
Abort any plugin that doesn't negotiate the Cocoa event model, except for the Chromium test plugin. Once the test plugin is updated to Cocoa, Carbon event model support will be removed entirely. BUG=125915 TEST=All the well-known Mac NPAPI plugins that worked before should still work. Review URL: https://chromiumcodereview.appspot.com/10823138 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149642 0039d316-1c4b-4281-b951-d872f2087c98
-
rdevlin.cronin@chromium.org authored
Review URL: https://chromiumcodereview.appspot.com/10825156 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149641 0039d316-1c4b-4281-b951-d872f2087c98
-
kevers@chromium.org authored
BUG=chromium-os:21273 Review URL: https://chromiumcodereview.appspot.com/10827118 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149640 0039d316-1c4b-4281-b951-d872f2087c98
-
yfriedman@chromium.org authored
http://codereview.chromium.org/10830012/ contians the final patch but because this affects the WebKit build as well, it needs to be done in stages. This change introduces new gyp defines that'll be needed in WebKit. Review URL: https://chromiumcodereview.appspot.com/10831130 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149639 0039d316-1c4b-4281-b951-d872f2087c98
-
jennyz@chromium.org authored
BUG=140144 Review URL: https://chromiumcodereview.appspot.com/10825146 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149637 0039d316-1c4b-4281-b951-d872f2087c98
-
jyasskin@chromium.org authored
Because Extensions are refcounted, they can be destroyed from ~ProfileIOData on the IO thread instead of the UI thread. If an animation is running at that time, and the ExtensionAction owns its animations, then the animation's destructor will CHECK-fail while destroying its Timer, because the Timer has bound itself to the UI thread. After this patch, IconAnimationWrappers own themselves, and use WeakPtrs to indirectly remove themselves from the ExtensionAction. To limit the size of the ExtensionAction's map, we remove all NULLs each time we observe a single animation as having finished. BUG=133141 Review URL: https://chromiumcodereview.appspot.com/10823142 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149636 0039d316-1c4b-4281-b951-d872f2087c98
-
markusheintz@chromium.org authored
BUG=140041 Review URL: https://chromiumcodereview.appspot.com/10837049 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149635 0039d316-1c4b-4281-b951-d872f2087c98
-
oleg@chromium.org authored
Move all the butter bar code to a separate class. Fix some style, method & variable names and simplify code. BUG=134601 TEST=Progress is shown while copying files. Error messages in butter bar are shown and hidden appropriately. Review URL: https://chromiumcodereview.appspot.com/10824145 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149634 0039d316-1c4b-4281-b951-d872f2087c98
-
dhollowa@chromium.org authored
Removes the gfx_unittests target from various .gyp files in favor of ui_unittests. This can be landed once the master builders are restarted with the change: https://chromiumcodereview.appspot.com/10778013 TEST=None BUG=133864 R=tony@chromium.org, hbono@chromium.org, petermayo@chromium.org TBR=ben@chromium.org Review URL: https://chromiumcodereview.appspot.com/10778019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149633 0039d316-1c4b-4281-b951-d872f2087c98
-
jochen@chromium.org authored
Also, when sending error events for a frame, mark them as failed, so we don't touch them again in the future BUG=139117 TEST=none Review URL: https://chromiumcodereview.appspot.com/10834125 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149632 0039d316-1c4b-4281-b951-d872f2087c98
-
kalman@chromium.org authored
that tab; only respected for tabs.executeScript and tabs.insertCSS. This involved converting tabs.executeScript/insertCSS to use JSON schema compiler. BUG=137643 TBR=ben@chromium.org Review URL: https://chromiumcodereview.appspot.com/10815028 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149631 0039d316-1c4b-4281-b951-d872f2087c98
-
kalman@chromium.org authored
apps docs. TBR=cduvall@chromium.org Review URL: https://chromiumcodereview.appspot.com/10823144 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149630 0039d316-1c4b-4281-b951-d872f2087c98
-
serya@chromium.org authored
Previusly File Manager could insert just created folder in current dir event if it acually created in another. The same thing with renaming and deleting (but that ops are harder to reproduce). BUG=138429 TEST=Create 2 identical folders on GDrive and downloads (it's important that other to swtich to contains files with the same names). Create new folder, rename a file, delete a bunch of files on GDrive and switch to Downloads. Review URL: https://chromiumcodereview.appspot.com/10831127 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149628 0039d316-1c4b-4281-b951-d872f2087c98
-
mkwst@chromium.org authored
The Content Security Policy specification[1] notes that "Enforcing a CSP policy should not interfere with the operation of user-supplied scripts such as third-party user-agent add-ons and JavaScript bookmarklets." To that end, this CL allows `chrome-extension` resources to bypass their containing document's policy, meaning that (for example) `chrome-extension://[ID]/image.png` can be injected into a page, even if that page has an `img-src 'none';` CSP directive. [1]: https://dvcs.w3.org/hg/content-security-policy/raw-file/tip/csp-specification.dev.html#processing-model BUG=133223 TBR=thakis@chromium.org Review URL: https://chromiumcodereview.appspot.com/10792008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149627 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149626 0039d316-1c4b-4281-b951-d872f2087c98
-
robertphillips@google.com authored
control: http://codereview.chromium.org/10825153/ Review URL: https://chromiumcodereview.appspot.com/10843051 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149625 0039d316-1c4b-4281-b951-d872f2087c98
-
tfarina@chromium.org authored
BUG=133088 TBR=ben@chromium.org Review URL: https://chromiumcodereview.appspot.com/10834107 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149624 0039d316-1c4b-4281-b951-d872f2087c98
-
kalman@chromium.org authored
TBR=cduvall@chromium.org Review URL: https://chromiumcodereview.appspot.com/10837073 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149623 0039d316-1c4b-4281-b951-d872f2087c98
-
battre@chromium.org authored
This CL implements CookieMonster::MutableParsedCookie which is derived from CookieMonster::ParsedCookie. This allows parsing a cookie and modifying it afterwards. BUG=112155 TEST=no Review URL: https://chromiumcodereview.appspot.com/10697035 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149622 0039d316-1c4b-4281-b951-d872f2087c98
-
kalman@chromium.org authored
TBR=cduvall@chromium.org Review URL: https://chromiumcodereview.appspot.com/10827138 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149621 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149620 0039d316-1c4b-4281-b951-d872f2087c98
-
apavlov@chromium.org authored
TBR= BUG= Review URL: https://chromiumcodereview.appspot.com/10830137 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149619 0039d316-1c4b-4281-b951-d872f2087c98
-
kaznacheev@chromium.org authored
BUG=133866 Review URL: https://chromiumcodereview.appspot.com/10830121 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149618 0039d316-1c4b-4281-b951-d872f2087c98
-
serya@chromium.org authored
BUG=133866 TEST=Manual test. Review URL: https://chromiumcodereview.appspot.com/10837069 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149617 0039d316-1c4b-4281-b951-d872f2087c98
-
joaodasilva@chromium.org authored
Add linux_chromeos and linux_chromeos_clang as preferred try bots whenever chromeos files are modified. TBR=maruel@chromium.org Review URL: https://chromiumcodereview.appspot.com/10827137 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149616 0039d316-1c4b-4281-b951-d872f2087c98
-