- 27 May, 2014 40 commits
-
-
teravest@chromium.org authored
This cleans up some usage of TempFile and some logic inside PnaclCoordinator to make it easier to follow. I made these changes while doing some other cleanup for DescWrapper use in the trusted plugin. BUG=333950 R=jvoung@chromium.org Review URL: https://codereview.chromium.org/299143004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@273024 0039d316-1c4b-4281-b951-d872f2087c98
-
tdanderson@chromium.org authored
Introduce MaskedViewTargeter, a derived class of ViewTargeter. Classes deriving from MaskedViewTargeter will be used to define a custom-shaped hit test mask on a view to be considered in event targeting. BUG=375826 TEST=ViewTargeterTest.MaskedViewTargeter Review URL: https://codereview.chromium.org/286933014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@273023 0039d316-1c4b-4281-b951-d872f2087c98
-
n.bansal@samsung.com authored
Fix WeakPtrFactory member order in net/spdy/ & net/dns/ BUG=303818 Review URL: https://codereview.chromium.org/301573002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@273022 0039d316-1c4b-4281-b951-d872f2087c98
-
kalman@chromium.org authored
when determining if an extension is enabled before it's loaded or the service is ready. BUG=376963 R=yoz@chromium.org Review URL: https://codereview.chromium.org/292223003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@273021 0039d316-1c4b-4281-b951-d872f2087c98
-
groby@chromium.org authored
If the user enters a chrome-extension:// url with an invalid extension id, let's not crash. That's rude. Instead, origin chip will display <id> as extension name, show a "page not available" message. BUG=375426 Review URL: https://codereview.chromium.org/291173008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@273020 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@273018 0039d316-1c4b-4281-b951-d872f2087c98
-
dbeam@chromium.org authored
Seems to have broken some ChromeOS bots with this error: dump_syms: /var/tmp/portage/chromeos-base/google-breakpad-1303-r82/work/google-breakpad-1303/src/common/dwarf/dwarf2reader.cc:188: const char* dwarf2reader::CompilationUnit::SkipAttribute(const char*, dwarf2reader::DwarfForm): Assertion `header_.version == 2 || header_.version == 3' failed. > NaCl: Update revision in DEPS, r13226 -> r13245 > > This pulls in the following Native Client changes: > > r13227: (dyen) Standardized method to define extra substitution paths in toolchain_main. > r13228: (dschuff) Do not build PNaCl host toolchain with build.sh > r13229: (sbc) Add downloaded gn binaries to .gitignore > r13230: (dschuff) Remove cloud-bucket flag from PNaCl package_version update script > r13231: (bradnelson) Download spec2k to out instead of assuming it will be installed on the bots. > r13232: (dschuff) Make build.sh use the repository directories from toolchain/build > r13233: (jvoung) Download the spec harness on the rest of the spec bots. > r13234: (sehr) Disable conflicting sysroot= in chromium arm build > r13235: (kschimpf) PNaCl: Update LLVM revision in pnacl/COMPONENT_REVISIONS > r13236: (kschimpf) PNaCl: Update LLVM revision in pnacl/COMPONENT_REVISIONS > r13237: (dschuff) Update revision for PNaCl r13222->r13228 > r13238: (kschimpf) PNaCl: Update LLVM revision in pnacl/COMPONENT_REVISIONS > r13239: (mcgrathr) toolchain_build: Update gcc revision (4.8.3 release) > r13240: (mseaborn) PNaCl: Update LLVM revision in pnacl/COMPONENT_REVISIONS > r13241: (noelallen) Add OWNERS per-file *.gn for noeallen and bradnelson > r13242: (noelallen) Untar raw toolchain and build cooked toolchain. > r13243: (mcgrathr) Update nacl_arm_newlib toolchain > r13244: (dyen) Toolchain build now displays solutions when an invalid repo is found. > r13245: (mseaborn) PNaCl: Update LLVM revision in pnacl/COMPONENT_REVISIONS > > BUG=none > TEST=browser_tests and nacl_integration > > Review URL: https://codereview.chromium.org/300033004 TBR=mseaborn@chromium.org Review URL: https://codereview.chromium.org/303703002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@273017 0039d316-1c4b-4281-b951-d872f2087c98
-
brettw@chromium.org authored
This adds ppapi-related targets except the tests to the GN build. Did some minor tweaks to the .gypi ppapi lists. Some files were duplicated between the trusted and common lists which causes errors in GN (it doesn't uniquify the lists like GYP). Common is used in every place trusted is, so I just removed the duplicates from the trusted list. Fixed some warnings in skia and tcmalloc. Added the ability to undefine NOMINMAX on Windows. Fixed some src/ui Windows compilation issues. BUG= R=scottmg@chromium.org Review URL: https://codereview.chromium.org/305513003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@273016 0039d316-1c4b-4281-b951-d872f2087c98
-
sbc@chromium.org authored
This brings in a version of naclports that doesn't contain a conflicting definition of realpath(3). Not sure how the previous roll passed my local testing its r1290 that we really need. TBR=binji Review URL: https://codereview.chromium.org/303663003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@273015 0039d316-1c4b-4281-b951-d872f2087c98
-
pkotwicz@chromium.org authored
Make tooltips have their own toplevel window on Linux. This allows tooltips for bookmarks in a menu not to be clipped. BUG=353533 TEST=Manual, see bug Review URL: https://codereview.chromium.org/290573003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@273014 0039d316-1c4b-4281-b951-d872f2087c98
-
wittman@chromium.org authored
Review URL: https://codereview.chromium.org/293133004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@273013 0039d316-1c4b-4281-b951-d872f2087c98
-
mathp@chromium.org authored
Will fetch server thumbnails if they are available. Using the BitmapFetcher to obtain and decode images. I've tested with a subsequent CL that modifies suggestions_source.cc. Next CLs will implement local caching once the image is fetched. BUG=None TEST=ThumbnailManagerTest,ThumbnailManagerBrowserTest Review URL: https://codereview.chromium.org/299713007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@273012 0039d316-1c4b-4281-b951-d872f2087c98
-
jonross@chromium.org authored
Lock Rotation when screen is manually rotated. This re-lands: https://codereview.chromium.org/261163004 which was reverted by: https://codereview.chromium.org/271133002 64065053. Additionally DisplayManager now accepts a source of display rotations. Those triggered by explicit user input (display settins, ctrl+shift+f3) will be stored as a part of display settings. Those triggered by rotation will not. Upon exiting maximize mode the display will be returned to the last rotation explicitly set by a user. TEST=MaximizeControllerModeTest TEST=DisplayPreferencesTest BUG=371426 BUG=369505 Review URL: https://codereview.chromium.org/289583002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@273011 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@273010 0039d316-1c4b-4281-b951-d872f2087c98
-
nduca@chromium.org authored
This fixes traces failing to import on linux, as reported in https://code.google.com/p/trace-viewer/issues/detail?id=559 TBR=dsinclair NOTRY=True Review URL: https://codereview.chromium.org/302773002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@273009 0039d316-1c4b-4281-b951-d872f2087c98
-
viettrungluu@chromium.org authored
The plan is to further split the file: functions.h (or something like that) for common/basic functions, message_pipe.h, data_pipe.h, etc. R=sky@chromium.org Review URL: https://codereview.chromium.org/307533002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@273008 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome://networkstevenjb@chromium.org authored
This CL does the following: * Moves chrome://network resources into their own directory * Separates 'requestNetworkInfo' into two separate methods: ** NetworkUI.getNetworkLog ** networkConfig.getNetworks * Moves networkConfig methods into their own module ** networkConfig emulates a subset of the chrome.networkingPrivate extension API ** This module will later also be used by the internet options JS code BUG=366365 For c/b/browser_resources.grd: R=armansito@chromium.org, pneubeck@chromium.org, xiyuan@chromium.org TBR=sky@chromium.org Review URL: https://codereview.chromium.org/260083007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@273007 0039d316-1c4b-4281-b951-d872f2087c98
-
mohammed@chromium.org authored
NOTRY=true Review URL: https://codereview.chromium.org/292203010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@273005 0039d316-1c4b-4281-b951-d872f2087c98
-
sbc@chromium.org authored
R=binji@chromium.org, binji BUG=377084 Review URL: https://codereview.chromium.org/296413008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@273004 0039d316-1c4b-4281-b951-d872f2087c98
-
msw@chromium.org authored
Revert of Refactor and move ash independent nested accelerator code to ui/wm/core (https://codereview.chromium.org/298703007/) Reason for revert: caused test failures: http://build.chromium.org/p/chromium.win/builders/Win8%20Aura/builds/19236 NestedAcceleratorTest.AcceleratorsHandled (run #1): [ RUN ] NestedAcceleratorTest.AcceleratorsHandled Backtrace: ui::PlatformEventSource::OverrideDispatcher [0x0028B66D+253] wm::test::NestedAcceleratorTest_AcceleratorsHandled_Test::TestBody [0x00455D37+215] testing::internal::HandleExceptionsInMethodIfSupported\u003Ctesting::Test,void> [0x004D5829+329] testing::Test::Run [0x004EFF9E+174] testing::TestInfo::Run [0x004F023D+221] testing::TestCase::Run [0x004F00DF+239] testing::internal::UnitTestImpl::RunAllTests [0x004F0696+726] testing::internal::HandleExceptionsInMethodIfSupported\u003Ctesting::internal::UnitTestImpl,bool> [0x004D5D21+337] testing::UnitTest::Run [0x004F0393+211] RUN_ALL_TESTS [0x004A0EDF+15] base::TestSuite::Run [0x004A1129+233] base::internal::RunnableAdapter\u003Cint (__thiscall base::TestSuite::*)(void)>::Run [0x004150EB+27] base::internal::InvokeHelper\u003C0,int,base::internal::RunnableAdapter\u003Cint (__thiscall base::TestSuite::*)(void)>,void __cdecl(WMTestSuite *)>::MakeItSo [0x00414FFA+26] base::internal::Invoker\u003C1,base::internal::BindState\u003Cbase::internal::RunnableAdapter\u003Cint (__thiscall base::TestSuite::*)(void)>,int __cdecl(base::TestSuite *),void __cdecl(base::internal::UnretainedWrapper\u003CWMTestSuite>)>,int __cdecl(base::TestSuite *)>::Ru [0x0041506A+74] base::Callback\u003Cint __cdecl(void)>::Run [0x0049A03F+47] base::`anonymous namespace'::LaunchUnitTestsInternal [0x004990C9+921] base::LaunchUnitTests [0x00498D15+37] main [0x0041681C+140] __tmainCRTStartup [0x00647D39+409] (f:\dd\vctools\crt\crtw32\dllstuff\crtexe.c:626) mainCRTStartup [0x00647E7D+13] (f:\dd\vctools\crt\crtw32\dllstuff\crtexe.c:466) BaseThreadInitThunk [0x76568624+14] RtlInitializeExceptionChain [0x773CAC69+133] RtlInitializeExceptionChain [0x773CAC3C+88] NestedAcceleratorTest.AssociatedWindowAboveLockScreen (run #1): [ RUN ] NestedAcceleratorTest.AssociatedWindowAboveLockScreen Backtrace: ui::PlatformEventSource::OverrideDispatcher [0x0286B66D+253] wm::test::NestedAcceleratorTest_AssociatedWindowAboveLockScreen_Test::TestBody [0x004563B5+517] testing::internal::HandleExceptionsInMethodIfSupported\u003Ctesting::Test,void> [0x004D5829+329] testing::Test::Run [0x004EFF9E+174] testing::TestInfo::Run [0x004F023D+221] testing::TestCase::Run [0x004F00DF+239] testing::internal::UnitTestImpl::RunAllTests [0x004F0696+726] testing::internal::HandleExceptionsInMethodIfSupported\u003Ctesting::internal::UnitTestImpl,bool> [0x004D5D21+337] testing::UnitTest::Run [0x004F0393+211] RUN_ALL_TESTS [0x004A0EDF+15] base::TestSuite::Run [0x004A1129+233] base::internal::RunnableAdapter\u003Cint (__thiscall base::TestSuite::*)(void)>::Run [0x004150EB+27] base::internal::InvokeHelper\u003C0,int,base::internal::RunnableAdapter\u003Cint (__thiscall base::TestSuite::*)(void)>,void __cdecl(WMTestSuite *)>::MakeItSo [0x00414FFA+26] base::internal::Invoker\u003C1,base::internal::BindState\u003Cbase::internal::RunnableAdapter\u003Cint (__thiscall base::TestSuite::*)(void)>,int __cdecl(base::TestSuite *),void __cdecl(base::internal::UnretainedWrapper\u003CWMTestSuite>)>,int __cdecl(base::TestSuite *)>::Ru [0x0041506A+74] base::Callback\u003Cint __cdecl(void)>::Run [0x0049A03F+47] base::`anonymous namespace'::LaunchUnitTestsInternal [0x004990C9+921] base::LaunchUnitTests [0x00498D15+37] main [0x0041681C+140] __tmainCRTStartup [0x00647D39+409] (f:\dd\vctools\crt\crtw32\dllstuff\crtexe.c:626) mainCRTStartup [0x00647E7D+13] (f:\dd\vctools\crt\crtw32\dllstuff\crtexe.c:466) BaseThreadInitThunk [0x76568624+14] RtlInitializeExceptionChain [0x773CAC69+133] RtlInitializeExceptionChain [0x773CAC3C+88] Original issue's description: > Refactor and move ash independent accelerator handling code in nested loop to ui/wm/core > > I also renamed classes to NestedAcceleratorXxx. I felt this is a bit more clearer than NestedDispatcher, especially in ui/wm/core. Please let me know if you disagree or have better suggestion. I'm happy to rename them. > > BUG=None > > Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=272740 > > R=ben@chromium.org > > Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=272995 TBR=ben@chromium.org,oshima@chromium.org NOTREECHECKS=true NOTRY=true BUG=None Review URL: https://codereview.chromium.org/301743002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@273003 0039d316-1c4b-4281-b951-d872f2087c98
-
wfh@chromium.org authored
BUG=377917 TBR=cpu Review URL: https://codereview.chromium.org/306543004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@273001 0039d316-1c4b-4281-b951-d872f2087c98
-
mmenke@chromium.org authored
> Revert 241291 "Fix a long standing leak on cancellation of rende..." > > This caused crashes elsewhere in the loading code. > > BUG=27911 > > > Fix a long standing leak on cancellation of renderer- > > initiated URLRequests. ResourceDispatcher was not calling > > peer->OnCompletedRequest on cancellation of async requests, > > despite it being expected by WebURLLoaderImpl::Context > > (The only ResourceLoaderBridge::Peer). > > > > This shouldn't impact externally visible behavior at all, > > other than fixing the leak, because once > > WebURLLoaderImpl::Context::Cancel() is called, it will never > > call back into WebURLLoaderImpl. > > > > BUG=328092 > > > > Review URL: https://codereview.chromium.org/113893007 > > TBR=mmenke@chromium.org > > Review URL: https://codereview.chromium.org/306483009 TBR=mmenke@chromium.org Review URL: https://codereview.chromium.org/299393010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@273000 0039d316-1c4b-4281-b951-d872f2087c98
-
mlerman@chromium.org authored
UMA Metrics for the new avatar menu, including vasquette-detection and Add Account, remove Account, profile switch and locking. For Googlers, a design doc: https://docs.google.com/a/google.com/document/d/1ybiN1r2xAlMj0PBABH63PJIyVWhsM409xPpZI4zlmck/edit BUG=357693 TEST=Turn on new-profile-management and optionally fast-user-switcher. Perform the actions listed above and verify results in chrome://histograms Review URL: https://codereview.chromium.org/288493008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@272999 0039d316-1c4b-4281-b951-d872f2087c98
-
mmenke@chromium.org authored
This caused crashes elsewhere in the loading code. BUG=27911 > Fix a long standing leak on cancellation of renderer- > initiated URLRequests. ResourceDispatcher was not calling > peer->OnCompletedRequest on cancellation of async requests, > despite it being expected by WebURLLoaderImpl::Context > (The only ResourceLoaderBridge::Peer). > > This shouldn't impact externally visible behavior at all, > other than fixing the leak, because once > WebURLLoaderImpl::Context::Cancel() is called, it will never > call back into WebURLLoaderImpl. > > BUG=328092 > > Review URL: https://codereview.chromium.org/113893007 TBR=mmenke@chromium.org Review URL: https://codereview.chromium.org/306483009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@272998 0039d316-1c4b-4281-b951-d872f2087c98
-
mnaganov@chromium.org authored
This change adds GinJavaBridgeObject and GinJavaBridgeDispatcher classes. GinJavaBridgeDispatcher is a per-RenderFrame manager of injected objects. It interacts with the browser side. GinJavaBridgeObject is a Gin-based wrapper injected into page's context that exposes methods of the corresponding Java object and receives method invocation requests from JavaScript. BUG=355644 R=jochen@chromium.org, thakis@chromium.org Review URL: https://codereview.chromium.org/259033002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@272997 0039d316-1c4b-4281-b951-d872f2087c98
-
pedrosimonetti@chromium.org authored
BUG=None Review URL: https://codereview.chromium.org/295283003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@272996 0039d316-1c4b-4281-b951-d872f2087c98
-
oshima@chromium.org authored
I also renamed classes to NestedAcceleratorXxx. I felt this is a bit more clearer than NestedDispatcher, especially in ui/wm/core. Please let me know if you disagree or have better suggestion. I'm happy to rename them. BUG=None Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=272740 R=ben@chromium.org Review URL: https://codereview.chromium.org/298703007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@272995 0039d316-1c4b-4281-b951-d872f2087c98
-
phoglund@chromium.org authored
This patch merges message_handling.js and jsep01_call.js. The distinction isn't useful anymore since we used to support multiple signaling bases like ROAP, we don't anymore. Besides, message_handling had evolved to practically be the public interface to the test C++, so this patch makes this role more explicit. Also the code used to be very flexible to support all kinds of permutations that we need to do in the manual test page, but since that code has moved off on its own we can eliminate the flexibility and thereby greatly simplify the code. Also improves the error reporting by including the js stack trace when there's a test failure. BUG=375240 Review URL: https://codereview.chromium.org/293123009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@272994 0039d316-1c4b-4281-b951-d872f2087c98
-
kkinnunen@nvidia.com authored
The actual code uses only immediate commands. The shm versions are either unused or used only by the unit tests. Make the unit tests use the immediate commands. Solves the problem of not having to implement one useless function for the a new command when using immediate commands. BUG=373763 Review URL: https://codereview.chromium.org/289993002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@272991 0039d316-1c4b-4281-b951-d872f2087c98
-
miletus@chromium.org authored
This CL uses LatencyInfo to track the plugin input event latency. 1.Each plugin input event has an associated LatencyInfo which includes some important components from its according ui::Event/WebInputEvent's LatencyInfo. To do that, during the scope of RenderWidget::OnHandleInputEvent(WebInputEvent, latency_info) we first cache the WebInputEvent's latency_info, then if the input event needs to be routed to plugin, we copy the important components from the cached latency_info into the plugin input event's LatencyInfo. 2.A private API InputEventPrivate::TraceInputLatency(bool has_damage) is exposed. 3.If the event is believed to cause rendering damage, private_event.TraceInputLatency(true) can be called, and the input event's LatencyInfo will be sent to renderer with next plugin frame and be tracked until it reaches screen. If the event is believed to not cause any rendering damage, private_event.TraceInputLatency(false) can be called, and the LatencyInfo tracking ends right at the call. BUG=355719 TEST=with custom test touch drawing plugin, input-to-swapbuffer latency is shown correctly in trace viewer. Review URL: https://codereview.chromium.org/252663002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@272990 0039d316-1c4b-4281-b951-d872f2087c98
-
davemoore@chromium.org authored
Try #2 of https://codereview.chromium.org/298653010/ Fixed newly introduced GN dependency. TBR=darin@chromium.org BUG= Review URL: https://codereview.chromium.org/298003008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@272989 0039d316-1c4b-4281-b951-d872f2087c98
-
mef@chromium.org authored
BUG=354143 Review URL: https://codereview.chromium.org/293003010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@272988 0039d316-1c4b-4281-b951-d872f2087c98
-
noms@chromium.org authored
BUG=311235 R=oshima@chromium.org Review URL: https://codereview.chromium.org/302663002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@272987 0039d316-1c4b-4281-b951-d872f2087c98
-
wangxianzhu@chromium.org authored
Initialize failure causes immediate renderer crash. The logs about the failures are useful for debugging the reason in the environemnt that can reproduce the failure. BUG=374362,376072 R=jshin@chromium.org Review URL: https://codereview.chromium.org/296293002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@272986 0039d316-1c4b-4281-b951-d872f2087c98
-
davemoore@chromium.org authored
> Change Shell / ShellClient to ServiceProvider > > BUG= > R=darin@chromium.org > > Review URL: https://codereview.chromium.org/298653010 TBR=davemoore@chromium.org Review URL: https://codereview.chromium.org/304593002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@272984 0039d316-1c4b-4281-b951-d872f2087c98
-
davemoore@chromium.org authored
BUG= R=darin@chromium.org Review URL: https://codereview.chromium.org/298653010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@272983 0039d316-1c4b-4281-b951-d872f2087c98
-
sbc@chromium.org authored
TBR=binji Review URL: https://codereview.chromium.org/293353005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@272982 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@272981 0039d316-1c4b-4281-b951-d872f2087c98
-
mseaborn@chromium.org authored
This pulls in the following Native Client changes: r13227: (dyen) Standardized method to define extra substitution paths in toolchain_main. r13228: (dschuff) Do not build PNaCl host toolchain with build.sh r13229: (sbc) Add downloaded gn binaries to .gitignore r13230: (dschuff) Remove cloud-bucket flag from PNaCl package_version update script r13231: (bradnelson) Download spec2k to out instead of assuming it will be installed on the bots. r13232: (dschuff) Make build.sh use the repository directories from toolchain/build r13233: (jvoung) Download the spec harness on the rest of the spec bots. r13234: (sehr) Disable conflicting sysroot= in chromium arm build r13235: (kschimpf) PNaCl: Update LLVM revision in pnacl/COMPONENT_REVISIONS r13236: (kschimpf) PNaCl: Update LLVM revision in pnacl/COMPONENT_REVISIONS r13237: (dschuff) Update revision for PNaCl r13222->r13228 r13238: (kschimpf) PNaCl: Update LLVM revision in pnacl/COMPONENT_REVISIONS r13239: (mcgrathr) toolchain_build: Update gcc revision (4.8.3 release) r13240: (mseaborn) PNaCl: Update LLVM revision in pnacl/COMPONENT_REVISIONS r13241: (noelallen) Add OWNERS per-file *.gn for noeallen and bradnelson r13242: (noelallen) Untar raw toolchain and build cooked toolchain. r13243: (mcgrathr) Update nacl_arm_newlib toolchain r13244: (dyen) Toolchain build now displays solutions when an invalid repo is found. r13245: (mseaborn) PNaCl: Update LLVM revision in pnacl/COMPONENT_REVISIONS BUG=none TEST=browser_tests and nacl_integration Review URL: https://codereview.chromium.org/300033004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@272980 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-release@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@272974 0039d316-1c4b-4281-b951-d872f2087c98
-