summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fix error in Shill to ONC translation.pneubeck@chromium.org2013-08-124-9/+22
| | | | | | | | | | | | Since the addition of CA certificate PEMs, the test of the Shill to ONC translation of OpenVPN networks logged an error. This commit fixes this error and adds another test of the Shill to ONC translation of WiFi with EAP. BUG=NONE Review URL: https://chromiumcodereview.appspot.com/22837002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@217095 0039d316-1c4b-4281-b951-d872f2087c98
* Change Extensions.ExternalItemState to report more specific data (enabledmpcomplete@chromium.org2013-08-122-16/+43
| | | | | | | | | | and disabled state and whether the extension updates from the webstore). BUG=268666 Review URL: https://chromiumcodereview.appspot.com/22390005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@217094 0039d316-1c4b-4281-b951-d872f2087c98
* Adding filter callback to BatchShortcutAction().huangs@chromium.org2013-08-121-17/+66
| | | | | | | | | | | | | | We wish to enable allow better selectivity in ShellUtil::RemoveShortcuts() and ShellUtil::UpdateShortcuts() to decide on which shortcuts to operate on. In this CL: - BatchShortcutAction() is given a (newly defined) FileFilterCallback predicate that decides whether or not a given shortcut should be operated on. - Currently this is only created by (newly defined) class FilterTargetEq. - Also renamed FileOperationCallback to ShortcutOperationCallback. - This is a refactoring CL, so we retain the old behavior: BatchShortcutAction() only considers shortcuts that have with a specific target. BUG=235857 Review URL: https://chromiumcodereview.appspot.com/22607006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@217092 0039d316-1c4b-4281-b951-d872f2087c98
* Implements InputMethodTSF::IsCandidatePopupOpen().yukishiino@chromium.org2013-08-123-7/+47
| | | | | | | | | | | This CL is almost the same as http://crrev.com/17573006, which was reverted because of a unit test breakage. BUG=245578 TEST=Test manually. Review URL: https://chromiumcodereview.appspot.com/22534003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@217091 0039d316-1c4b-4281-b951-d872f2087c98
* Ensure sync footer visibility is always set correctly.nyquist@chromium.org2013-08-122-2/+11
| | | | | | | | | | | | | | There is currently a race condition on updating the sync footer visibility on the welcome page. If the web page is created after the initial sync footer visibility state is sent, it is never sent again. This CL ensures that on startup, the state will always be correct. BUG=267352 Review URL: https://chromiumcodereview.appspot.com/22375004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@217090 0039d316-1c4b-4281-b951-d872f2087c98
* Adding the "Authenticate" step to the "MANUAL_Auth" test case. Also added ↵weitaosu@chromium.org2013-08-121-48/+100
| | | | | | | | | | the username and password command line options. BUG=134210 Review URL: https://chromiumcodereview.appspot.com/22274016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@217089 0039d316-1c4b-4281-b951-d872f2087c98
* Update .DEPS.gitchrome-admin@google.com2013-08-121-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@217088 0039d316-1c4b-4281-b951-d872f2087c98
* Blink roll 155928:155942tdanderson@google.com2013-08-121-1/+1
| | | | | | | | | | http://build.chromium.org/f/chromium/perf/dashboard/ui/changelog_blink.html?url=/trunk&range=155929:155942&mode=html TBR=tdanderson@chromium.org BUG= Review URL: https://codereview.chromium.org/22916004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@217087 0039d316-1c4b-4281-b951-d872f2087c98
* Optimize file in chrome/app/theme/chromiumoshima@chromium.org2013-08-123-0/+0
| | | | | | | | | | | | | ./build/sanitize-png-files.sh -o2 chrome/app/theme/chromium Processed 3 files (out of 15 files) in 00:08:53s Result : 10359 => 10322 bytes (37 bytes : 0 %) BUG=271299 TBR=msw@chromium.org Review URL: https://codereview.chromium.org/22951002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@217086 0039d316-1c4b-4281-b951-d872f2087c98
* Fix Matrix3F::SolveEigenproblem symmetry check.jbroman@chromium.org2013-08-121-1/+1
| | | | | | | | | | As described in http://www.viva64.com/en/b/0205/. BUG=271533 Review URL: https://chromiumcodereview.appspot.com/22886002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@217085 0039d316-1c4b-4281-b951-d872f2087c98
* Refactored ConfigurationPolicyPrefStore to not depend on chrome/.joaodasilva@chromium.org2013-08-126-59/+53
| | | | | | | | | | | | Some of the chrome/browser/policy code will be moved to a new layered component. This change prepares the ConfigurationPolicyPrefStore class for the move, by removing its dependency on g_browser_process and BrowserThread. BUG=271392 Review URL: https://chromiumcodereview.appspot.com/22812002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@217084 0039d316-1c4b-4281-b951-d872f2087c98
* Fix a crash in SSL under memory pressurersleevi@chromium.org2013-08-124-1/+27
| | | | | | | | | BUG=270735 R=wtc Review URL: https://chromiumcodereview.appspot.com/22758002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@217083 0039d316-1c4b-4281-b951-d872f2087c98
* Dynamically update sign-in/Sync status in the profile creation overlay.bauerb@chromium.org2013-08-123-4/+29
| | | | | | | | BUG=269006 Review URL: https://chromiumcodereview.appspot.com/22751002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@217082 0039d316-1c4b-4281-b951-d872f2087c98
* InstantExtended: Nuke InstantOverlayController.jered@chromium.org2013-08-1218-571/+5
| | | | | | | | | | | | | | | | There is no longer an Instant overlay that needs controlling, so we can remove InstantOverlayController. Mac's view code is warped around the existence of an overlay, so cut out as much of the dead Instant code as possible without removing OverlayableContentsController; I'm not a Cocoa expert and don't know the best way to do that. BUG=251262 TEST=None. TBR=erg@chromium.org, rsesek@chromium.org, samarth@chromium.org Review URL: https://codereview.chromium.org/22694002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@217079 0039d316-1c4b-4281-b951-d872f2087c98
* Optimize png file in remotingoshima@chromium.org2013-08-121-0/+0
| | | | | | | | | | | | | $./build/sanitize-png-files.sh -o2 remoting/resources Processed 1 files (out of 6 files) in 00:00:50s Result : 3436 => 691 bytes (2745 bytes : 79 %) BUG=271299 TBR=garykac@chromium.org Review URL: https://codereview.chromium.org/22907003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@217078 0039d316-1c4b-4281-b951-d872f2087c98
* rAc: try really hard not to ellipsize addressesestade@chromium.org2013-08-1215-183/+336
| | | | | | | | | | Change rAc suggestion text to return two string values, one which is preferred (but may not fit horizontally) and one which is a fallback (which has a better chance to fit horizontally). BUG=264973 Review URL: https://chromiumcodereview.appspot.com/21724002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@217076 0039d316-1c4b-4281-b951-d872f2087c98
* Optimize png files in chrome/app/theme/default_100_percentoshima@chromium.org2013-08-12228-0/+0
| | | | | | | | | | | chromebox died after completion, and lost the result. Sorry. BUG=271299 TBR=msw@chromium.org Review URL: https://codereview.chromium.org/22896004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@217074 0039d316-1c4b-4281-b951-d872f2087c98
* DevTools: [Android] implement ↵pfeldman@chromium.org2013-08-126-31/+262
| | | | | | | | | | RenderWidgetHostViewAndroid::CopyFromCompositingSurface BUG=242299 Review URL: https://chromiumcodereview.appspot.com/21777003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@217073 0039d316-1c4b-4281-b951-d872f2087c98
* Fixes monkey test timeoutgkanwar@chromium.org2013-08-121-1/+1
| | | | | | | | | | | Monkey test has its own timeout which varies by the number of events, so pass None for the test_dispatcher timeout. NOTRY=True BUG= Review URL: https://chromiumcodereview.appspot.com/22939002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@217072 0039d316-1c4b-4281-b951-d872f2087c98
* Artificially increment the build number so that tomorrow's branch is a round ↵laforge@chromium.org2013-08-121-1/+1
| | | | | | number (1600). git-svn-id: svn://svn.chromium.org/chrome/trunk/src@217071 0039d316-1c4b-4281-b951-d872f2087c98
* Clean up compositor initialization/destruction.danakj@chromium.org2013-08-1253-403/+424
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Moved from https://codereview.chromium.org/21052007/ Currently the ContextFactory is outliving the compositor thread in tests, which is bad since the contexts in there can be bound to the compositor thread. Then we end up reusing those contexts and bad things happen. This enforces ordering for initializing and destroying the compositor as follows: Initialize ContextFactory ..Compositor::Initialize ....Create Compositor instances ....Delete Compositor instances ..Compositor::Terminate The Compositor::Terminate call also destroys the ContextFactory. The ContextFactory can be initialized in one of two ways: 1. ImageTransportFactory::Initialize will set up the ContextFactory. This is used by things that invoke all of content/browser/. 2. Compositor::InitializeContextFactoryForTests() must be explicitly called by any unit tests that create a compositor. Since some tests want a real GL context and some don't, this does away with the misnomer of initializing the Compositor once for the entire test suite, and then re-initializing somewhere in the middle of the test suite. Instead, each test must Initialize/Terminate the compositor with the ContextFactory type of its choice. Incidently, this test enables 20 tests on aura or win_aura that were previously being skipped. TBR=piman@chromium.org BUG=258625 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=216780 Review URL: https://chromiumcodereview.appspot.com/22293003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@217069 0039d316-1c4b-4281-b951-d872f2087c98
* Updating trunk VERSION from 1595.0 to 1596.0chrome-release@google.com2013-08-121-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@217068 0039d316-1c4b-4281-b951-d872f2087c98
* Media Galleries API: Fix CopyTo test flaky timeout on Windows.tommycli@chromium.org2013-08-122-19/+37
| | | | | | | | | TBR=asargent BUG=268481 Review URL: https://chromiumcodereview.appspot.com/22895002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@217066 0039d316-1c4b-4281-b951-d872f2087c98
* [Android] Clear gtest app's data on tear down.frankf@chromium.org2013-08-122-5/+7
| | | | | | | | | | | | This also closes the app. If the app crashes in the background, it might interfere with subsequent instrumentation tests. BUG=271071 R=craigdh@chromium.org Review URL: https://codereview.chromium.org/22767002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@217065 0039d316-1c4b-4281-b951-d872f2087c98
* Update .DEPS.gitchrome-admin@google.com2013-08-121-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@217064 0039d316-1c4b-4281-b951-d872f2087c98
* Update V8 to version 3.20.15.5danno@chromium.org2013-08-121-1/+1
| | | | | | | | R=jkummerow@chromium.org Review URL: https://codereview.chromium.org/22891003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@217063 0039d316-1c4b-4281-b951-d872f2087c98
* Omnibox: don't assume omnibox has focus in OnAfterPossibleChange().samarth@chromium.org2013-08-121-3/+8
| | | | | | | | | | | | | | | On Linux, right clicking in the omnibox does not give it focus, so right-clicking and pasting can change the contents without focus in the omnibox. Take out the DCHECK that assumes this cannot happen. Also, change the focus_source_ to assume the source was OMNIBOX in these cases. BUG=271462 R=pkasting@chromium.org Review URL: https://codereview.chromium.org/22795005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@217062 0039d316-1c4b-4281-b951-d872f2087c98
* Move call to ProcessViewLayoutFlags().wjmaclean@chromium.org2013-08-121-0/+3
| | | | | | | | | | | | | | | | Reset page scale factor to 1.0f This first time we tried to land this (https://codereview.chromium.org/17830003/) it ran into problems with layout tests that incorrectly handled setPageScale. This has since been fixed in https://codereview.chromium.org/18546003/, so we will try to re-land this. TBR=jamesr BUG=162482 Review URL: https://chromiumcodereview.appspot.com/22848002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@217061 0039d316-1c4b-4281-b951-d872f2087c98
* Use unittest framework in the Automated Installer Testing Framework.sukolsak@chromium.org2013-08-126-99/+124
| | | | | | | | | | | | | | | | | | | NOTRY=True BUG=264859 TEST= 1) Uninstall Chrome. 2) Put mini_installer.exe in the same folder as test_installer.py. 3) Run "python test_installer.py config\config.config". 4) The script will install Chrome and then uninstall Chrome. At each state, it will check that a registry entry for Chrome exists (or doesn't exist). You should see output similar to the following: "Test: clean -> install chrome -> chrome_installed -> uninstall chrome -> clean ... ok ---------------------------------------------------------------------- Ran 1 test in 12.345s" Review URL: https://chromiumcodereview.appspot.com/22480002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@217059 0039d316-1c4b-4281-b951-d872f2087c98
* Fix search-by-image regression.kkimlabs@chromium.org2013-08-121-2/+2
| | | | | | | | | | | | One http request field name wasn't correct. NOTRY=true BUG=271021 Review URL: https://chromiumcodereview.appspot.com/22532013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@217058 0039d316-1c4b-4281-b951-d872f2087c98
* <webview>: Refactor Permission API to chromefsamuel@chromium.org2013-08-1222-443/+514
| | | | | | | | | | | BUG=166165 Test=WebViewTest.*, WebViewInteractiveTest.* TBR=cdn@chromium.org for removing IPCs in browser_plugin_messages.h NOTRY=true, previous patch worked, just merging. Review URL: https://chromiumcodereview.appspot.com/21297005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@217057 0039d316-1c4b-4281-b951-d872f2087c98
* [Android] Add selection handle testscjhopman@chromium.org2013-08-128-34/+502
| | | | | | | | | | | | | | | Add tests for: (all for editable and noneditable text) Long-press on text shows selection handles. Dragging selection handle changes selected text. Single-click dismisses selection handles. Long-press on text shows ActionMode with correct actions. Single click dismisses ActionMode. BUG=155548 Review URL: https://chromiumcodereview.appspot.com/21044008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@217056 0039d316-1c4b-4281-b951-d872f2087c98
* Binary part of issue 20354002: First skin of Guest window (including avatar ↵rogerta@chromium.org2013-08-121-0/+0
| | | | | | | | | | | | | menu). Moved binary from other CL for separate force-commit because of a bug that prevents CQ from applying binary patches. BUG=103846 TBR=estade@chromium.org Review URL: https://codereview.chromium.org/22877004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@217055 0039d316-1c4b-4281-b951-d872f2087c98
* Remove gc extension from webkit/supportjamesr@chromium.org2013-08-127-13/+10
| | | | | | | | | Nothing depends on this, although some webkit_unit_tests still depend on --expose-gc. Review URL: https://chromiumcodereview.appspot.com/22723005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@217054 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 217049 "Make sure unexpected exit paths generate crash du..."rvargas@google.com2013-08-121-12/+0
| | | | | | | | | | | | | | | | | | | | | (this will be merged on a dedicated canary) > Make sure unexpected exit paths generate crash dumps for the browser. > > Right now it is possible for some random code to directly terminate the > browser process without generating a crash dump. This CL should fix that. > > BUG=none > TEST=none > R=jam@chromium.org > > Review URL: https://codereview.chromium.org/22264015 TBR=rvargas@chromium.org Review URL: https://codereview.chromium.org/22877003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@217053 0039d316-1c4b-4281-b951-d872f2087c98
* Optimize png files in chrome/app/theme/default_200_percentoshima@chromium.org2013-08-1214-0/+0
| | | | | | | | | | | | | | | | -o1 is used because some of files are too big to process in time. I'll ether black-list these files or add threshold to skip applying o2. ./build/sanitize-png-files.sh chrome/app/theme/default_200_percent Processed 14 files (out of 746 files) in 01:03:25s Result : 80573 => 70634 bytes (9939 bytes : 12 %) BUG=271299 TBR=msw@chromium.org Review URL: https://codereview.chromium.org/22875006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@217052 0039d316-1c4b-4281-b951-d872f2087c98
* [Android] Check native in finishComposingTextboliu@chromium.org2013-08-121-0/+1
| | | | | | | | | | | | If native side has been destroyed, then early out in ImeAdapter.finishComposingText. BUG=internal b/10143869 NOTRY=true Review URL: https://chromiumcodereview.appspot.com/22882002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@217051 0039d316-1c4b-4281-b951-d872f2087c98
* Add string for case when supervised user creation is disabled due to "only ↵antrim@chromium.org2013-08-124-8/+20
| | | | | | | | | | | these users can log in" resitrictions. BUG=263610 TEST=manually Review URL: https://chromiumcodereview.appspot.com/22856002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@217050 0039d316-1c4b-4281-b951-d872f2087c98
* Make sure unexpected exit paths generate crash dumps for the browser.rvargas@chromium.org2013-08-121-0/+12
| | | | | | | | | | | | | Right now it is possible for some random code to directly terminate the browser process without generating a crash dump. This CL should fix that. BUG=none TEST=none R=jam@chromium.org Review URL: https://codereview.chromium.org/22264015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@217049 0039d316-1c4b-4281-b951-d872f2087c98
* Add dependency to Chromoting debian package on X11 utilitieslambroslambrou@chromium.org2013-08-121-1/+1
| | | | | | | | | | | | | | This is needed since the Python script runs these programs: /usr/bin/xrandr /usr/bin/xdpyinfo /usr/bin/xauth BUG=271574 NOTRY=true Review URL: https://chromiumcodereview.appspot.com/22854007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@217048 0039d316-1c4b-4281-b951-d872f2087c98
* Better fix for a redundant call to Reattach in ↵kaznacheev@chromium.org2013-08-121-2/+3
| | | | | | | | | | | | RenderViewDevToolsAgentHost::ConnectRenderViewHost A previous fix (https://chromiumcodereview.appspot.com/22674008/) regressed the behaviour of RVDTAH on navigation. BUG=None Review URL: https://chromiumcodereview.appspot.com/22824002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@217047 0039d316-1c4b-4281-b951-d872f2087c98
* Check if the theme supplier is an extension.akuegel@chromium.org2013-08-121-1/+6
| | | | | | | | | | | | | | | | On linux aura, a supervised user may get the native theme as default theme, which is also represented by a CustomThemeSupplier. When checking if a custom theme is already installed we therefore need to check if it is an extension type. BUG=265387 TEST=Create a supervised user on linux aura and check if it gets the managed user theme. TBR=pkotwicz@chromium.org Review URL: https://chromiumcodereview.appspot.com/22796002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@217046 0039d316-1c4b-4281-b951-d872f2087c98
* [MC] Add the product name to the tray controller's title.rsesek@chromium.org2013-08-126-1/+30
| | | | | | | | BUG=247814 Review URL: https://chromiumcodereview.appspot.com/22441006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@217045 0039d316-1c4b-4281-b951-d872f2087c98
* Enable native custom elements for Pica benchmarkadamk@chromium.org2013-08-121-0/+4
| | | | | | | | | R=tonyg@chromium.org BUG=245358 Review URL: https://codereview.chromium.org/22884003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@217042 0039d316-1c4b-4281-b951-d872f2087c98
* Update .DEPS.gitchrome-admin@google.com2013-08-121-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@217041 0039d316-1c4b-4281-b951-d872f2087c98
* roll gyp 1682:1693thakis@chromium.org2013-08-121-1/+1
| | | | | | | | | | | | | | | | | | | | | | | The big change is initial support for ARCHS / fat binaries with ninja on mac. 1683: On Windows, don't try to create relative paths across different drives 1684: Fix typo in r1683. 1685: ninja/mac: GCC_C_LANGUAGE_STANDARD ansi is -ansi, not -std=ansi 1686: ninja/mac: Simplify slightly, no behavior change 1687: ninja/mac: Don't write emtpy postbuild variable for non-bundle links. 1688: ninja: Reduce scope of a variable, no behavior change 1689: ninja: Give WriteSources() and WriteLink() an explicit ninja_file parameter. 1690: ninja: Let WriteLink() return the linked binary, no behavior change. 1691: Linux: make ninja respect environment: CFLAGS, CXXFLAGS, LDFLAGS 1692: ninja/mac: Support multi-arch builds via ARCHS 1693: ninja/mac: Warn on conditional keys. BUG=90185 TBR=scottmg Review URL: https://chromiumcodereview.appspot.com/22825003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@217040 0039d316-1c4b-4281-b951-d872f2087c98
* [NaCl SDK] Earth demo modifications for gonacl PNaCl.binji@chromium.org2013-08-124-230/+1164
| | | | | | | | | | | NOTE: this change modifies only files that are manually tested, and therefore do not need to be try'd against Chromium or NaCl SDK. BUG=none R=eliben@chromium.org Review URL: https://codereview.chromium.org/22503002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@217039 0039d316-1c4b-4281-b951-d872f2087c98
* Update .DEPS.gitchrome-admin@google.com2013-08-121-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@217038 0039d316-1c4b-4281-b951-d872f2087c98
* Roll swarm_client at 217028.maruel@chromium.org2013-08-121-1/+1
| | | | | | | | | | | | | | | | | | | | | $ git log $(git svn find-rev r213621)..$(git svn find-rev r217028) --format="%an %ai %s" | sed 's/\+0000 //' | sed 's/@chromium\.org//' phajdan.jr 2013-08-12 17:38:13 Use even less jobs for heavy tasks. maruel 2013-07-27 00:09:27 Get rid of chromium_default_blacklist(). maruel 2013-07-25 20:01:20 Move zip_profiler.py under tools since it's not a primary tool. maruel 2013-07-25 18:57:49 Add --trace-blacklist support to isolate_test_cases and fix_test_cases. maruel 2013-07-25 18:54:57 Separate more chromium functionality. maruel 2013-07-25 17:18:36 Refactor more chromium specific code out of the normal code path. maruel 2013-07-25 16:02:23 swarm_trigger_step: Split chromium specific code into a separate function. maruel 2013-07-25 15:51:48 Strip or separate many chromium-specific things. maruel 2013-07-25 15:18:11 Fix a case where no test is run causing an internal exception. R=csharp@chromium.org BUG= NOTRY=true Review URL: https://chromiumcodereview.appspot.com/22897002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@217037 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 216744 "Pepper: Move FileRef to the "new" resource proxy."yzshen@chromium.org2013-08-1264-512/+2067
| | | | | | | | | | | | | | | | | | | | | | | | | | > Pepper: Move FileRef to the "new" resource proxy. > > This change moves the FileRef implementation from the previous one in the "old" > resource model (ppb_file_ref_impl.cc) to the "new" resource model > (pepper_file_ref_host.cc), and from the renderer to the browser. > > As many as possible of the supporting changes were split off to other changes > to minimize the size of this change. Unfortunately, a lot of changes for > URLLoader had to be rolled into this change. > > The data structures for CreateInfo have changed, and all users of FileRef have > to be moved over, which is what causes this change to be so large. > > TBR=dmichael@chromium.org, jschuh@chromium.org, yzshen@chromium.org > BUG=225441 > > Review URL: https://codereview.chromium.org/21966004 TBR=teravest@google.com Review URL: https://codereview.chromium.org/22903002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@217036 0039d316-1c4b-4281-b951-d872f2087c98