- 05 May, 2014 40 commits
-
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@268256 0039d316-1c4b-4281-b951-d872f2087c98
-
miu@chromium.org authored
> NaCl: Update revision in DEPS, r13115 -> r13137 > > This pulls in the following Native Client changes: > > r13117: (mseaborn) Add a Scons-to-Ninja converter for getting faster incremental rebuilds > r13118: (mseaborn) Scons: Remove unnecessary use of addRepository() for gtest > r13119: (sbc) Add latest filename interface to IRT and sel_ldr. > r13120: (jvoung) Remove some leftover bits of CloseManifestEntry and Log. > r13121: (jfb) PNaCl SIMD: add test for vector cast and conversion > r13122: (bradnelson) Reduce perf dashboard noise by excluding -dbg builders. > r13123: (dyen) Added arguments to NaCl scons to allow custom toolchain directories. > r13124: (mseaborn) scons_to_ninja: Fix Install() step to coexist with NaCl/SCons's version > r13125: (dschuff) Test pinned PNaCl toolchain and gold plugin on mac and win toolchain bots > r13126: (jfb) LLVM biased sandbox build: fix PNaCl driver script so it knows about more architectures > r13127: (dyen) Fix bionic package_version archives. > r13128: (dyen) Updated nacl_arm_bionic revision to r13127 > r13129: (dschuff) Switch PNaCl toolchain package info upload back to toolchain_build_pnacl > r13130: (dyen) Added a way to specify packages with missing archives in package_version. > r13131: (mseaborn) PNaCl: Remove some more references to PNaCl+glibc in naclsdk.py > r13132: (mseaborn) Non-SFI Mode: Add nonsfi_loader and plumbing to test it > r13133: (mseaborn) Fix checkdeps.py failure on src/nonsfi/ produced by r13132 > r13134: (noelallen) Fix double crtbegin.o, extra gcc build steps on skip > r13135: (dschuff) Update PNaCl pinned revision to 13129 and switch to toolchain_build_pnacl > r13136: (bradnelson) Add NACL_GOMA_THREADS in build_nexe.py to limit number of threads (for sergeyu) > r13137: (noelallen) Add scons to gn script > > BUG=none > TEST=browser_tests and nacl_integration > R=bradnelson@google.com > > Review URL: https://codereview.chromium.org/266163002 TBR=mseaborn@chromium.org Review URL: https://codereview.chromium.org/265163011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@268255 0039d316-1c4b-4281-b951-d872f2087c98
-
mseaborn@chromium.org authored
BUG=none TEST=none R=jam@chromium.org Review URL: https://codereview.chromium.org/266723015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@268253 0039d316-1c4b-4281-b951-d872f2087c98
-
ben@chromium.org authored
R=sky@chromium.org http://crbug.com/365012 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=268218 Review URL: https://codereview.chromium.org/260863008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@268252 0039d316-1c4b-4281-b951-d872f2087c98
-
scheib@chromium.org authored
Refactors the EventListener struct with implied semantics based on the value of member variable |process| to a class with an explicit accessor for IsLazy. Also simplifies future abstraction for when ServiceWorkerHost may be an alternative to a RenderProcessHost. BUG=369841 Review URL: https://codereview.chromium.org/261223002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@268251 0039d316-1c4b-4281-b951-d872f2087c98
-
teravest@chromium.org authored
The goal of the trusted plugin refactor is to move as much code as possible out of ppapi/native_client/src/trusted/plugin. This change moves all the manifest parsing and lookup logic out of the trusted plugin at once; it's hard to move piecemeal. BUG=353592 R=bbudge@chromium.org, mallinath@chromium.org Review URL: https://codereview.chromium.org/264943003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@268250 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@268249 0039d316-1c4b-4281-b951-d872f2087c98
-
mseaborn@chromium.org authored
This pulls in the following Native Client changes: r13117: (mseaborn) Add a Scons-to-Ninja converter for getting faster incremental rebuilds r13118: (mseaborn) Scons: Remove unnecessary use of addRepository() for gtest r13119: (sbc) Add latest filename interface to IRT and sel_ldr. r13120: (jvoung) Remove some leftover bits of CloseManifestEntry and Log. r13121: (jfb) PNaCl SIMD: add test for vector cast and conversion r13122: (bradnelson) Reduce perf dashboard noise by excluding -dbg builders. r13123: (dyen) Added arguments to NaCl scons to allow custom toolchain directories. r13124: (mseaborn) scons_to_ninja: Fix Install() step to coexist with NaCl/SCons's version r13125: (dschuff) Test pinned PNaCl toolchain and gold plugin on mac and win toolchain bots r13126: (jfb) LLVM biased sandbox build: fix PNaCl driver script so it knows about more architectures r13127: (dyen) Fix bionic package_version archives. r13128: (dyen) Updated nacl_arm_bionic revision to r13127 r13129: (dschuff) Switch PNaCl toolchain package info upload back to toolchain_build_pnacl r13130: (dyen) Added a way to specify packages with missing archives in package_version. r13131: (mseaborn) PNaCl: Remove some more references to PNaCl+glibc in naclsdk.py r13132: (mseaborn) Non-SFI Mode: Add nonsfi_loader and plumbing to test it r13133: (mseaborn) Fix checkdeps.py failure on src/nonsfi/ produced by r13132 r13134: (noelallen) Fix double crtbegin.o, extra gcc build steps on skip r13135: (dschuff) Update PNaCl pinned revision to 13129 and switch to toolchain_build_pnacl r13136: (bradnelson) Add NACL_GOMA_THREADS in build_nexe.py to limit number of threads (for sergeyu) r13137: (noelallen) Add scons to gn script BUG=none TEST=browser_tests and nacl_integration R=bradnelson@google.com Review URL: https://codereview.chromium.org/266163002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@268248 0039d316-1c4b-4281-b951-d872f2087c98
-
rdevlin.cronin@chromium.org authored
Remove the now-unused log() function from DOMActivityLogger. BUG=356890 Review URL: https://codereview.chromium.org/266013004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@268247 0039d316-1c4b-4281-b951-d872f2087c98
-
miu@chromium.org authored
Failed 'sizes' check: chrome-si (static initializers) incremented. > Refactor MetricsStateManager class out of MetricsService. > > The new class is responsible for managing various MetricsService state prefs, > such as client id, low entropy source and the UMA opt-in state, as well as the > cloned install detector. > > Also, moves IsMetricsReportingEnabled() from chrome_browser_main.cc to > the new class as well as changing a couple MetricsService browser tests > to instead be unit tests of the new class. > > BUG=368413 > > Review URL: https://codereview.chromium.org/256143006 TBR=asvitkine@chromium.org Review URL: https://codereview.chromium.org/268223002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@268246 0039d316-1c4b-4281-b951-d872f2087c98
-
maniscalco@chromium.org authored
BUG= Review URL: https://codereview.chromium.org/263903004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@268245 0039d316-1c4b-4281-b951-d872f2087c98
-
agl@chromium.org authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@268244 0039d316-1c4b-4281-b951-d872f2087c98
-
binji@chromium.org authored
BUG=369160 R=sbc@chromium.org Review URL: https://codereview.chromium.org/269053002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@268242 0039d316-1c4b-4281-b951-d872f2087c98
-
justincohen@chromium.org authored
Android already has the fix to remove min-width from body. This gives iOS the same change. BUG=None TEST=None Review URL: https://codereview.chromium.org/264853003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@268241 0039d316-1c4b-4281-b951-d872f2087c98
-
mseaborn@chromium.org authored
For PNaCl, "fdio" should only be exposed via the "dev" query string, indicating a non-stable interface. But, outside of PNaCl, since we will be providing open_resource() as a stable interface in Non-SFI NaCl, we need to provide "fdio" as a stable ABI, via its non-dev query string. Since open_resource() returns an FD, it's only useful with the FD operations that "fdio" provides. BUG=358431 TEST=none Review URL: https://codereview.chromium.org/266703003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@268240 0039d316-1c4b-4281-b951-d872f2087c98
-
borenet@google.com authored
BUG=363147 Review URL: https://codereview.chromium.org/260903009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@268239 0039d316-1c4b-4281-b951-d872f2087c98
-
tfarina@chromium.org authored
wifi_component target is production code target and thus should not include code that is intended for tests. This changes makes it stop building test code in wifi_component, by extracting and exposing the FakeWiFiService interface in the header file and instantiating it directly where we used to call WiFiService::CreateForTest(). This is the second part of what was discussed in https://codereview.chromium.org/243343002 and started here https://codereview.chromium.org/259543002/ - r266025 BUG=None TEST=build and works as before, no regressions R=mef@chromium.org,thestig@chromium.org Review URL: https://codereview.chromium.org/264773017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@268237 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@268235 0039d316-1c4b-4281-b951-d872f2087c98
-
geofflang@chromium.org authored
Contains latest es3proto changes. Review URL: https://codereview.chromium.org/260893008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@268234 0039d316-1c4b-4281-b951-d872f2087c98
-
asvitkine@chromium.org authored
The new class is responsible for managing various MetricsService state prefs, such as client id, low entropy source and the UMA opt-in state, as well as the cloned install detector. Also, moves IsMetricsReportingEnabled() from chrome_browser_main.cc to the new class as well as changing a couple MetricsService browser tests to instead be unit tests of the new class. BUG=368413 Review URL: https://codereview.chromium.org/256143006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@268232 0039d316-1c4b-4281-b951-d872f2087c98
-
rockot@chromium.org authored
This moves the chrome.usb API implementation into the core set of extensions APIs. BUG=369391 R=rpaquay TBR=yoz for extensions TBR=sky for +chrome/browser/ui in test DEPS Review URL: https://codereview.chromium.org/268713013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@268231 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@268230 0039d316-1c4b-4281-b951-d872f2087c98
-
fgalligan@chromium.org authored
See https://codereview.chromium.org/261253002/ for the actual changes. BUG=366025 Review URL: https://codereview.chromium.org/268953002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@268229 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@268228 0039d316-1c4b-4281-b951-d872f2087c98
-
robertphillips@google.com authored
https://code.google.com/p/skia/source/list?num=1&start=14566 TBR= BUG= Review URL: https://codereview.chromium.org/265153003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@268227 0039d316-1c4b-4281-b951-d872f2087c98
-
sungmann.cho@navercorp.com authored
According to the issue 265021, ContentClient::CanHandleWhileSwappedOut() was introduced to support synchronous browser->renderer messages for WebView. But this is now obsolete, so we can remove it. BUG=265021 Review URL: https://codereview.chromium.org/248703002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@268226 0039d316-1c4b-4281-b951-d872f2087c98
-
ben@chromium.org authored
> Add support for mapping node tree on the client. > > R=sky@chromium.org > http://crbug.com/365012 > > Review URL: https://codereview.chromium.org/260863008 TBR=ben@chromium.org Review URL: https://codereview.chromium.org/269973002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@268225 0039d316-1c4b-4281-b951-d872f2087c98
-
mfomitchev@chromium.org authored
Unofficial design doc: https://docs.google.com/a/google.com/document/d/1uOphhlascPTfNjsI2QTdeVTp-ANEz-g2rqGli5yVv34/edit#heading=h.a67n1i6wy36k Reviews of the previous uncommitted implementation iterations: https://codereview.chromium.org/240333007 https://codereview.chromium.org/225143007 BUG=368828 Review URL: https://codereview.chromium.org/262483003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@268224 0039d316-1c4b-4281-b951-d872f2087c98
-
tfarina@chromium.org authored
These are non problematic tests that do not require any extra setup and do not depend on any global state, so it is safe to move straightforward to gfx_unittests. BUG=331829 TEST=ui_unittests, gfx_unittests TBR=danakj@chromium.org,ben@chromium.org Review URL: https://codereview.chromium.org/268043002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@268223 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@268222 0039d316-1c4b-4281-b951-d872f2087c98
-
eseidel@chromium.org authored
http://build.chromium.org/f/chromium/perf/dashboard/ui/changelog_blink.html?url=/trunk&range=173288:173313&mode=html TBR= BUG= Review URL: https://codereview.chromium.org/268103003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@268221 0039d316-1c4b-4281-b951-d872f2087c98
-
ben@chromium.org authored
R=sky@chromium.org http://crbug.com/365012 Review URL: https://codereview.chromium.org/260863008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@268218 0039d316-1c4b-4281-b951-d872f2087c98
-
benjhayden@chromium.org authored
> There are many ways to get it wrong. > > BUG=none > > TBR=darin (for base/) > TBR=sky (for chrome/ and ui/) > TBR=dconnelly (for components/policy/) > TBR=tommi (for media/audio/) > TBR=asvitkine (for tools/metrics/) > TBR=mad (for win8) > > Review URL: https://codereview.chromium.org/261293002 TBR=tnagel@chromium.org Review URL: https://codereview.chromium.org/269893004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@268217 0039d316-1c4b-4281-b951-d872f2087c98
-
achuith@chromium.org authored
* Merge the logic to clear enterprise policy. * Clear enterprise policy by default. This is useful for hotrod testing. BUG=342884 TEST=manual NOTRY=True Review URL: https://codereview.chromium.org/266023002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@268216 0039d316-1c4b-4281-b951-d872f2087c98
-
rockot@chromium.org authored
Several incorrect assumptions about actual and expected buffer sizes are corrected in the Windows HidConnection implementation. BUG=369344 TBR=rpaquay Review URL: https://codereview.chromium.org/261053005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@268215 0039d316-1c4b-4281-b951-d872f2087c98
-
sdefresne@chromium.org authored
Remove the helper function test::WaitForBookmarkModelToLoad(Profile*) and port client to use test::WaitForBookmarkModelToLoad(BookmarkModel*) instead. BUG=367839 TBR=sky Review URL: https://codereview.chromium.org/257003004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@268214 0039d316-1c4b-4281-b951-d872f2087c98
-
phajdan.jr@chromium.org authored
BUG=349236 R=sky@chromium.org Review URL: https://codereview.chromium.org/264973015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@268213 0039d316-1c4b-4281-b951-d872f2087c98
-
mnissler@chromium.org authored
BUG=chromium:368421 TEST=See bug. Review URL: https://codereview.chromium.org/261643003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@268212 0039d316-1c4b-4281-b951-d872f2087c98
-
fjhenigman@chromium.org authored
Fix up some include files, supply some functions, and make the hardware module search path configurable at compile time and run time. TBR=dalecurtis@chromium.org BUG=358029 Review URL: https://codereview.chromium.org/252583002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@268211 0039d316-1c4b-4281-b951-d872f2087c98
-
benjhayden@chromium.org authored
> Add real file for AdNetworks DB > > This adds the real hash file for the ad_networks.dat file. The implementation > for the database went in last week, and seems to be stable. > > Follows: https://codereview.chromium.org/242303002/ > > notry'ing, since it's a pure binary change. > > BUG=357204 > NOTRY=true > > Review URL: https://codereview.chromium.org/268063004 TBR=rdevlin.cronin@chromium.org Review URL: https://codereview.chromium.org/264113002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@268209 0039d316-1c4b-4281-b951-d872f2087c98
-