summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Re-Reland Linux Window Control Alignmentjonross@chromium.org2014-05-239-71/+575
| | | | | | | | | | | | | | | | | | | | | Modifying CustomFrameView to layout window controls based on user configurations. For linux begin observing the configs and changes. For other systems fall back on a default ordering. This reland addresses changes to custom_frame_view_unittest.cc that landed before the original patch. Causing a build failure. Original code review: https://codereview.chromium.org/281353009/ Revert code review: https://codereview.chromium.org/294473016 Revert "Revert 272352 "Reland Linux Window Control Alignment"" This reverts commit b6f34fbeb011683117b33639ca78d66ff32d5bfd. TBR=oshima, sadrul TEST=CustomFrameViewTest BUG=351917 Review URL: https://codereview.chromium.org/296283003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@272576 0039d316-1c4b-4281-b951-d872f2087c98
* [Telemetry] Improve Android cycle time.tonyg@chromium.org2014-05-231-1/+2
| | | | | | | | | | | There's no need to eagerly install the file_poller. This ensure we only do it when we're running a measurement that needs it. BUG= Review URL: https://codereview.chromium.org/298873006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@272575 0039d316-1c4b-4281-b951-d872f2087c98
* Work on the Android GN build.brettw@chromium.org2014-05-236-11/+46
| | | | | | | | | | | Fills out more targets in the Android build. BUG= R=cjhopman@chromium.org Review URL: https://codereview.chromium.org/297793004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@272574 0039d316-1c4b-4281-b951-d872f2087c98
* Add an error for empty script names in GN.brettw@chromium.org2014-05-231-2/+7
| | | | | | | | | | I accidentally passed an empty string here and got a weird error processing the path. R=scottmg@chromium.org Review URL: https://codereview.chromium.org/292123012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@272573 0039d316-1c4b-4281-b951-d872f2087c98
* Removed deprecated GetInstalledExtension function from c/b/e/api/*limasdf@gmail.com2014-05-235-35/+40
| | | | | | | | | | and removed unwanted extension:: prefix. BUG=None Review URL: https://codereview.chromium.org/290293002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@272572 0039d316-1c4b-4281-b951-d872f2087c98
* Fix GN hang spawning a process.brettw@chromium.org2014-05-231-2/+2
| | | | | | | | | | | | | I "cleverly" used std::copy assuming it would not malloc or lock, but it does in the debug build of the STL (at least) to do some verification. This causes the fork to hang on Posix. This version matches the base code. BUG= R=viettrungluu@chromium.org Review URL: https://codereview.chromium.org/299003003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@272571 0039d316-1c4b-4281-b951-d872f2087c98
* Add devtools protocol constants generator to chrome/eustas@chromium.org2014-05-234-30/+88
| | | | | | | | BUG=373325 Review URL: https://codereview.chromium.org/297803003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@272570 0039d316-1c4b-4281-b951-d872f2087c98
* Deactivate omnibox touch editing on command executionmohsen@chromium.org2014-05-239-45/+153
| | | | | | | | | | | | | | | A Views textfield hides touch text selection handles on command execution. Omnibox overrides command execution for some commands without calling textfield's implementation; so, it needs to hide the handles for those commands. Also, introduced TextfieldTestApi class for accessing private members of Textfield class in tests. BUG=373532 Review URL: https://codereview.chromium.org/297733002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@272569 0039d316-1c4b-4281-b951-d872f2087c98
* Some class comments for WebTestProxy and WebTestProxyBase.mlamouri@chromium.org2014-05-231-2/+21
| | | | | | | | | | | NOTRY because comments only. BUG=None NOTRY=1 Review URL: https://codereview.chromium.org/297043002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@272567 0039d316-1c4b-4281-b951-d872f2087c98
* Reduce potential flakiness of SimpleGeolocationTest.alemate@chromium.org2014-05-231-4/+18
| | | | | | | | | | | SimpleGeolocation unittest should less depend on timings. BUG=245075 TEST=unittest Review URL: https://codereview.chromium.org/296853009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@272566 0039d316-1c4b-4281-b951-d872f2087c98
* Re-land: cc: Fail more visibly when sync queries are not working correctly.reveman@chromium.org2014-05-231-0/+18
| | | | | | | | | | | | Instead of creating an infinite number of sync queries, which will eventually cause performance issues, log an error message and block until oldest query has passed when reaching 16 pending queries. BUG=371530,373360 Review URL: https://codereview.chromium.org/280543003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@272565 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 272379 "Revert 272371 "Add UMA Counts for number of IPv4 ..."courage@chromium.org2014-05-231-0/+15
| | | | | | | | | | | | | | | | | | | | | | | | | Build failure looks like it was actually unrelated. > Revert 272371 "Add UMA Counts for number of IPv4 and IPv6 interf..." > > Reason: build failure on Mac ASan 64 > > > Add UMA Counts for number of IPv4 and IPv6 interfaces detected for PeerConnection. > > > > R=sergeyu@chromium.org > > BUG=N/A > > > > Review URL: https://codereview.chromium.org/299103002 > > TBR=mallinath@chromium.org > > Review URL: https://codereview.chromium.org/299843008 TBR=mallinath@chromium.org Review URL: https://codereview.chromium.org/296903010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@272564 0039d316-1c4b-4281-b951-d872f2087c98
* Rename PasswordManagerLogger to LogReceivervabr@chromium.org2014-05-2310-53/+49
| | | | | | | | | | | This CL introduces no semantic change, only renames PasswordManagerLogger to LogReceiver, to better reflect the purpose of that interface. BUG=347927 Review URL: https://codereview.chromium.org/264793010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@272563 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 272549 "Add test for action_runner.BeginInteraction and a..."courage@chromium.org2014-05-231-31/+0
| | | | | | | | | | | | | | | | The added test failed on Mac 10.7. > Add test for action_runner.BeginInteraction and action_runner.EndInteraction. > > BUG=368767 > > Review URL: https://codereview.chromium.org/294943006 TBR=nednguyen@google.com Review URL: https://codereview.chromium.org/284183014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@272560 0039d316-1c4b-4281-b951-d872f2087c98
* Update Dr. Memory browser_tests exclusions to test the full set of subtestsbruening@google.com2014-05-231-7/+7
| | | | | | | | | BUG=none TBR=zhaoqin@chromium.org Review URL: https://codereview.chromium.org/294283002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@272558 0039d316-1c4b-4281-b951-d872f2087c98
* Views Examples: Set Aura Env context factoryckocagil@chromium.org2014-05-231-0/+1
| | | | | | | | | BUG= R=sky@chromium.org Review URL: https://codereview.chromium.org/292423004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@272557 0039d316-1c4b-4281-b951-d872f2087c98
* Fixed dictionary merging. vitalybuka@chromium.org2014-05-231-1/+5
| | | | | | | | | | Added api into privet/info response. NOTRY=true Review URL: https://codereview.chromium.org/296303002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@272556 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 272428 "Add native event testing to chromeos::EventRewrit..."fgorski@chromium.org2014-05-234-1074/+917
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The CL introduced unit test failures on Chromium OS ASan LSan Tests(3) http://build.chromium.org/p/chromium.memory/builders/Linux%20Chromium%20OS%20ASan%20LSan%20Tests%20%283%29/builds/1499 Failing tests: EventRewriterTest.TestRewriteFunctionKeys EventRewriterTest.TestRewriteModifiersDisableSome > Add native event testing to chromeos::EventRewriter unit tests. > > Most tests (not having state) are converted to a table-driven form, > so that multiple test operations can be done on the same test data. > Additional tests based on X11 native events are done on these cases. > > The fallback X11 keycode to keysym mapping is expanded, because the > X server used by some automated tests does not support some of the > keycodes used by ChromeOS top-row special keys. > > > R=sadrul@chromium.org > > Review URL: https://codereview.chromium.org/270633012 TBR=kpschoedel@chromium.org Review URL: https://codereview.chromium.org/295243004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@272553 0039d316-1c4b-4281-b951-d872f2087c98
* Suppress uninitialized read in ↵bruening@google.com2014-05-231-1/+5
| | | | | | | | | | | content::PepperPluginInstanceImpl::UpdateLayer until it's fixed. BUG=376814 TBR=jbauman@chromium.org Review URL: https://codereview.chromium.org/298463004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@272552 0039d316-1c4b-4281-b951-d872f2087c98
* [NaCl SDK] Add realpath(3) implementation.binji@chromium.org2014-05-237-11/+281
| | | | | | | | | | | | | | | This really should be in nacl-newlib, but it's easier to land here now and remove it later when it lands in newlib and rolls into the SDK. This implementation does not support symlinks, but neither does nacl_io currently. BUG=none R=sbc@chromium.org Review URL: https://codereview.chromium.org/295933009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@272551 0039d316-1c4b-4281-b951-d872f2087c98
* Pepper: Move StreamAsFile out of trusted plugin.teravest@chromium.org2014-05-2311-298/+192
| | | | | | | | | | | | | | | | | | | | | This removes a significant amount of code from the trusted plugin and simplifies the callbacks that are used in PluginReverseInterface. I was confused at first by the existing use of url_file_info_map_; it looks like it was intended to serve as a cache for retrieved files, but I think the files would be reopened every time, even if the file was already open. For simplicity, I didn't try to add any caching behavior in this change. Note that this changes progress events to be rate limited at 10ms per-file, not 10ms per-plugin. It's a bit simpler to write this way, but I can change that limit to be per-plugin if that makes more sense. BUG=370556 R=bbudge@chromium.org Review URL: https://codereview.chromium.org/294633003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@272550 0039d316-1c4b-4281-b951-d872f2087c98
* Add test for action_runner.BeginInteraction and action_runner.EndInteraction.nednguyen@google.com2014-05-231-0/+31
| | | | | | | | BUG=368767 Review URL: https://codereview.chromium.org/294943006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@272549 0039d316-1c4b-4281-b951-d872f2087c98
* Default to disabling consistent port suggestion in QUICjar@chromium.org2014-05-231-18/+1
| | | | | | | | | | | Allow strike register to ensure we have high probability of 0-RTT connects, and proceed toward using Connection ID to track connections. r=rch BUG=376108 Review URL: https://codereview.chromium.org/294903011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@272548 0039d316-1c4b-4281-b951-d872f2087c98
* Add to whitelist.bradnelson@google.com2014-05-231-1/+2
| | | | | | | | | | | | Whitelisting an extension per: crbug.com/374965 BUG=374965 TEST=None R=miket@chromium.org Review URL: https://codereview.chromium.org/297603002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@272547 0039d316-1c4b-4281-b951-d872f2087c98
* [chromedriver] Fix CHROME_36_REVISIONsamuong@chromium.org2014-05-231-1/+1
| | | | | | | | | BUG= NOTRY=True Review URL: https://codereview.chromium.org/296153010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@272546 0039d316-1c4b-4281-b951-d872f2087c98
* Password Manager testing automationrchtara@chromium.org2014-05-234-0/+1426
| | | | | | | | | | Adding automatic tests to the password manager to simulate user interaction with websites. BUG=369521 Review URL: https://codereview.chromium.org/273523004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@272545 0039d316-1c4b-4281-b951-d872f2087c98
* DevTools: Stop asking Android devices for installed packages listkaznacheev@chromium.org2014-05-233-103/+6
| | | | | | | | BUG=354051 Review URL: https://codereview.chromium.org/291893011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@272544 0039d316-1c4b-4281-b951-d872f2087c98
* Fix PPAPINaClNewlibTest.PostMessage flakinessraymes@chromium.org2014-05-232-9/+4
| | | | | | | | | | Previously PPAPINaClNewlibTest.PostMessage SendInInit was flaking. The problem seems to be that the messages that are sent in Init() may be replied to and handled in HandleMessage() before RunTests() is run (Init() and RunTests() are called asynchronously). When this is the case, WaitForMessages() can return 0, even though the message from Init() is properly received, because the value of message_data_.size() is 1 before and after the function returns. There is actually no need to check the return value of this function, checking the size of message_data_.size() (which we already do) should be sufficient. BUG=372630 Review URL: https://codereview.chromium.org/299893002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@272542 0039d316-1c4b-4281-b951-d872f2087c98
* Roll Clang 206824:209387hans@chromium.org2014-05-233-4/+6
| | | | | | | | | BUG=370448 NOTRY=true Review URL: https://codereview.chromium.org/296983008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@272541 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 272504 "Destroy all rtc peer connection handlers before s..."vasilii@chromium.org2014-05-233-28/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | On Win7 Tests (dbg)(2) these tests FocusElementCallsFocusedNodeChanged GetCompositionCharacterBoundsTest MessageOrderInDidChangeSelection OnExtendSelectionAndDelete OnImeTypeChanged OnSetTextDirection SendCandidateWindowEvents SetEditableSelectionAndComposition fail with timeout. http://build.chromium.org/p/chromium.win/builders/Win7%20Tests%20%28dbg%29%282%29/builds/21101/steps/content_browsertests/logs/stdio > Destroy all rtc peer connection handlers before shutting down blink > > The connection handlers will otherwise continue to call into blink which > is bound to crash after it was shut down. > > BUG=337572 > R=perkj@chromium.org,adamk@chromium.org > > Review URL: https://codereview.chromium.org/292163002 TBR=jochen@chromium.org Review URL: https://codereview.chromium.org/296213007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@272540 0039d316-1c4b-4281-b951-d872f2087c98
* Add a flag to all of the registry related work items to specify whether to ↵wfh@chromium.org2014-05-2339-728/+778
| | | | | | | | | | | | | | | | | | | operate on the 64-bit or 32-bit hive on a WOW64 system. Make DeleteRegKeyWorkItem call down into RegKey so WOW64 support works for delete work items. All calls changed to use the Wow64_Default (0) parameter, so the behavior is identical. This is prep for adding 64-bit support to the installer. BUG=348626,338706 R=grt@chromium.org, grt TBR=sky TEST=installer_util_unittests Review URL: https://codereview.chromium.org/282363003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@272539 0039d316-1c4b-4281-b951-d872f2087c98
* chromeos: Use FakeDBusThreadManager for --dbus-stub.derat@chromium.org2014-05-231-17/+12
| | | | | | | | | | | | Use stub implementations of all D-Bus clients when --dbus-stub is passed instead of only using the stub implementation of PowerManagerClient. BUG=371289 Review URL: https://codereview.chromium.org/282873005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@272538 0039d316-1c4b-4281-b951-d872f2087c98
* Move profile_chooser enums to a constant place for mac and win.mlerman@chromium.org2014-05-239-169/+171
| | | | | | | | | | | This will affect the cocoa and views versions of the profile_chooser. BUG=357693 Review URL: https://codereview.chromium.org/297803007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@272537 0039d316-1c4b-4281-b951-d872f2087c98
* Move ScopedGroupBookmarkActions into bookmarks namespace.tfarina@chromium.org2014-05-237-6/+18
| | | | | | | | | | BUG=370433 TEST=None R=sky@chromium.org Review URL: https://codereview.chromium.org/297833006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@272536 0039d316-1c4b-4281-b951-d872f2087c98
* Updating trunk VERSION from 2011.0 to 2012.0chrome-release@google.com2014-05-231-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@272528 0039d316-1c4b-4281-b951-d872f2087c98
* UMA metrics added for HID detection dialog.merkulova@chromium.org2014-05-237-14/+148
| | | | | | | | BUG=366850 Review URL: https://codereview.chromium.org/276433003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@272526 0039d316-1c4b-4281-b951-d872f2087c98
* Remove an obsolete comment.isherman@chromium.org2014-05-231-1/+0
| | | | | | | | | | | | | | The code this is referring to has moved. It's now checked as part of testing whether metrics reporting is enabled, internally to the metrics code. BUG=none TEST=none R=asvitkine@chromium.org TBR=thestig@chromium.org Review URL: https://codereview.chromium.org/295103010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@272525 0039d316-1c4b-4281-b951-d872f2087c98
* Updating JNIAdditionalImport to allow more than one import.qsr@chromium.org2014-05-235-12/+127
| | | | | | | | R=bulach@chromium.org Review URL: https://codereview.chromium.org/298973005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@272524 0039d316-1c4b-4281-b951-d872f2087c98
* Update .DEPS.gitchrome-admin@google.com2014-05-231-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@272523 0039d316-1c4b-4281-b951-d872f2087c98
* Roll pdfium to get fixes for build warnings.jam@chromium.org2014-05-231-1/+1
| | | | | | | | | | | | | | | | | | | | | a3f590b Add Matt Giuca to AUTHORS. 4db62f5 Fixed or silenced all warnings and turned on warnings-as-errors. 2c4b046 cf2hints: Fix early loop termination causing hints to be ignored. 4fbe779 Add some blank lines at the end of 3 files to remove the "no newlines at end of file" warning. 6f9095f Add my @chromium account in the AUTHORS file. 54c1825 Remove "using namespace agg" to make it clear which code is using agg, and also so we can turn compiler warnings into errors. 5ce98f5 Fix warning on Mac. 41f0590 Remove "using namespace v8" in header. This allows us to turn all warnings into errors. It also makes it clearer to find usage of v8 in the library. R=thestig@chromium.org Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=271905 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=272277 Review URL: https://codereview.chromium.org/295983005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@272522 0039d316-1c4b-4281-b951-d872f2087c98
* Update .DEPS.gitchrome-admin@google.com2014-05-231-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@272520 0039d316-1c4b-4281-b951-d872f2087c98
* Blink roll 174635:174659eseidel@chromium.org2014-05-231-1/+1
| | | | | | | | | | http://build.chromium.org/f/chromium/perf/dashboard/ui/changelog_blink.html?url=/trunk&range=174635:174659&mode=html TBR= BUG= Review URL: https://codereview.chromium.org/296953004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@272519 0039d316-1c4b-4281-b951-d872f2087c98
* Revert of Remove tools/safely-roll-blink now that tools/safely-roll-deps is ↵borenet@google.com2014-05-231-0/+161
| | | | | | | | | | | | | | | | | | | | | | | | | | stable. (https://codereview.chromium.org/291333007/) Reason for revert: This removed the wrong file (safely-roll-deps instead of safely-roll-blink). Now Skia's AutoRoll Bot is broken. Original issue's description: > Remove tools/safely-roll-blink now that tools/safely-roll-deps is stable. > > "tools/safely-roll-deps /src blink" > is the replacemnt syntax. No need to keep dead code around. > > BUG=242461 > > Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=272347 TBR=maruel@google.com,borenet@chromium.org,eseidel@chromium.org,blink-deps-roller@chromium.org NOTREECHECKS=true NOTRY=true BUG=242461 Review URL: https://codereview.chromium.org/294163012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@272518 0039d316-1c4b-4281-b951-d872f2087c98
* Simplify and extend commenting in test::ScopedCLDDynamicDataHarnessandrewhayden@chromium.org2014-05-232-12/+21
| | | | | | | | BUG=367239 Review URL: https://codereview.chromium.org/296943002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@272516 0039d316-1c4b-4281-b951-d872f2087c98
* Really fix building android webview on mac.torne@chromium.org2014-05-231-1/+1
| | | | | | | | | | | | | | The refactoring in the final patchset landed as r269766 got the condition backwards (the pre-refactoring version worked), so we were accidentally excluding flag only on *target* builds, instead of host builds as intended (the target compiler supports this flag). Fix it. BUG=321833 R=primiano@chromium.org Review URL: https://codereview.chromium.org/296273002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@272511 0039d316-1c4b-4281-b951-d872f2087c98
* don't show border on hover for guest label in profile chooser viewestade@chromium.org2014-05-231-1/+3
| | | | | | | | BUG=374758 Review URL: https://codereview.chromium.org/294783003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@272510 0039d316-1c4b-4281-b951-d872f2087c98
* Update chromium WATCHLIST for kinukokinuko@chromium.org2014-05-231-3/+3
| | | | | | | | | | BUG=n/a TBR=tzik@chromium.org NOTRY=true Review URL: https://codereview.chromium.org/295203003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@272509 0039d316-1c4b-4281-b951-d872f2087c98
* Update .DEPS.gitchrome-admin@google.com2014-05-231-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@272508 0039d316-1c4b-4281-b951-d872f2087c98
* Fix an early return and the error status in glLoseContextCHROMIUM implkkinnunen@nvidia.com2014-05-238-26/+64
| | | | | | | | | | | | | | | | | | The implementation of glLoseContextCHROMIUM did not return early in gl error conditions of invalid enums passed as arguments. Add the early returns and tests for the invalid enums. Upon successful glLoseContextCHROMIUM, the subsequent calls such as glGetError would also fail, because the implementation would set the decoder error variable as well as return the error value. Fix this by just setting the decoder error variable. Add a test for this (LoseContextCHROMIUMValidArgs) BUG=373159 Review URL: https://codereview.chromium.org/298753004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@272507 0039d316-1c4b-4281-b951-d872f2087c98
* Update V8 to version 3.27.11 (based on bleeding_edge revision r21445).machenbach@chromium.org2014-05-231-1/+1
| | | | | | | | | | | Please reply to the V8 sheriff jkummerow@chromium.org in case of problems. TBR=jkummerow@chromium.org NOTRY=true Review URL: https://codereview.chromium.org/299893003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@272506 0039d316-1c4b-4281-b951-d872f2087c98