- 13 Oct, 2014 40 commits
-
-
sandersd authored
(New logic is always bind both "encrypted" and "needkey".) BUG=416986,224786 Review URL: https://codereview.chromium.org/648303002 Cr-Commit-Position: refs/heads/master@{#299346}
-
reveman authored
This adds a NOTREACHED() statement for when a non-supported discardable memory type is used on a platform. BUG=422953 TBR=danakj@chromium.org Review URL: https://codereview.chromium.org/654593002 Cr-Commit-Position: refs/heads/master@{#299345}
-
mukai authored
Invoking NTP is meaningless in Athena. See the bug for the details. BUG=421677 R=oshima@chromium.org Review URL: https://codereview.chromium.org/647643002 Cr-Commit-Position: refs/heads/master@{#299344}
-
reveman authored
BUG=422953 TBR=danakj@chromium.org Review URL: https://codereview.chromium.org/652663005 Cr-Commit-Position: refs/heads/master@{#299343}
-
mostynb authored
BUG=417463 Review URL: https://codereview.chromium.org/648133002 Cr-Commit-Position: refs/heads/master@{#299342}
-
reillyg authored
This test is timing out relatively consistently. Example: http://build.chromium.org/p/chromium.chromiumos/builders/Linux%20ChromiumOS%20Tests%20%281%29/builds/50452 BUG=423015 TBR=alemate@chromium.org Review URL: https://codereview.chromium.org/652773002 Cr-Commit-Position: refs/heads/master@{#299341}
-
nednguyen authored
Clearly these are not needed since test cannot be None. If it's None, page_runner.py would crash on line 473. This patch also renames PageState to _PageState to restrict access to this outside of page_runner.py BUG=418278 Review URL: https://codereview.chromium.org/650253002 Cr-Commit-Position: refs/heads/master@{#299340}
-
rtenneti authored
the config is negotiated and it never gets to write again. Merge internal change: 77003200 R=rch@chromium.org BUG=423024 Review URL: https://codereview.chromium.org/639713007 Cr-Commit-Position: refs/heads/master@{#299339}
-
qinmin authored
MediaSourcePlayer sends a metadata change to renderer whenever it receives a config change. However, the decoder might still be in the draining process when this happens. To fix this, we should wait for a OUTPUT_FORMAT_CHANGED status before sending out the IPC. BUG=381975 Review URL: https://codereview.chromium.org/623363002 Cr-Commit-Position: refs/heads/master@{#299338}
-
nick authored
BUG=304341 TEST=comment-only CL Review URL: https://codereview.chromium.org/648563002 Cr-Commit-Position: refs/heads/master@{#299337}
-
binjin authored
Extensions on recommended installation list will be automatically installed just like forced installed extensions, but are allowed to be disabled (not allowed to be uninstalled). This CL adds a new ExternalLoader for recommended extension (use EXTERNAL_PREF_DOWNLOAD as location), another MustRemainInstalled() function to interface of ManagementPolicy, and related WebUI changes. BUG=177351 Review URL: https://codereview.chromium.org/536753003 Cr-Commit-Position: refs/heads/master@{#299336}
-
chrome-tpm authored
Cr-Commit-Position: refs/heads/master@{#299335}
-
aruslan authored
This isn't in general recommended by Android, and it's causing problems with some services that need to establish white/black-listing. BUG=422491 Review URL: https://codereview.chromium.org/647483004 Cr-Commit-Position: refs/heads/master@{#299334}
-
skia-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/skia/+log/ca55641..9467001 CQ_EXTRA_TRYBOTS=tryserver.blink:linux_blink_rel,linux_blink_dbg TBR=rmistry@google.com Review URL: https://codereview.chromium.org/654633002 Cr-Commit-Position: refs/heads/master@{#299333}
-
mef authored
Specify direct_dependent_settings for cronet_version target. Review URL: https://codereview.chromium.org/654613002 Cr-Commit-Position: refs/heads/master@{#299332}
-
estade authored
Revert of [Autofill Clean up] Revert changes introduced by Autocheckout to autofill (patchset #1 id:1 of https://codereview.chromium.org/609733003/) Reason for revert: these changes are still necessary for requestAutocomplete Original issue's description: > [Autofill Clean up] Revert changes introduced by Autocheckout to autofill > disabled and readonly fields. Autocheckout is deprecated. > > R=isherman@chromium.org > BUG=231160 > > Committed: https://crrev.com/d9b040ba4ff2ff78f183816b9d0e34c5f450160c > Cr-Commit-Position: refs/heads/master@{#297015} TBR=isherman@chromium.org,ziran.sun@samsung.com NOTREECHECKS=true NOTRY=true BUG=231160 Review URL: https://codereview.chromium.org/648243003 Cr-Commit-Position: refs/heads/master@{#299331}
-
droger authored
This dependency is already exported in BUILD.gn, but not in infobars.gypi. Infobar code transitively includes skia headers. An example of this is infobars.h including SkColor.h. These skia headers need skia to be added in the include path in order to compile. Because of this, any target depending on infobars must also add skia include dirs. Review URL: https://codereview.chromium.org/650203002 Cr-Commit-Position: refs/heads/master@{#299330}
-
blink-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/chromium/blink/+log/774a6cb..326aae8 TBR=caseq@chromium.org,apavlov@chromium.org,cbiesinger@chromium.org Review URL: https://codereview.chromium.org/654643002 Cr-Commit-Position: refs/heads/master@{#299329}
-
estade authored
Revert of Exclude readonly and disabled elements from autofill form. (patchset #3 id:40001 of https://codereview.chromium.org/621503003/) Reason for revert: breaks requestAutocomplete Original issue's description: > Exclude readonly and disabled elements from autofill form. > > R=isherman@chromium.org > BUG=231160 > > Committed: https://crrev.com/cfe1912bcc70118364c9156e1e12c6c89b1a06b9 > Cr-Commit-Position: refs/heads/master@{#298436} TBR=isherman@chromium.org,mkwst@chromium.org,ziran.sun@samsung.com NOTREECHECKS=true NOTRY=true BUG=231160 Review URL: https://codereview.chromium.org/652783002 Cr-Commit-Position: refs/heads/master@{#299328}
-
samuong authored
BUG=chromedriver:926 Review URL: https://codereview.chromium.org/643003003 Cr-Commit-Position: refs/heads/master@{#299327}
-
chrome-tpm authored
This reverts commit 5727ebd7. Cr-Commit-Position: refs/heads/master@{#299326}
-
mseaborn authored
This pulls in the following Native Client changes: r13868: (dschuff) Add setjmp and a simple crtbegin for nacl-clang r13873: (dschuff) Update revision for PNaCl r13828->r13868 r13874: (dyen) Fixed issue on windows where directory removal sometimes fails. r13875: (dyen) Added i686-nacl-as and i686-nacl-ld for PNaCl direct to NaCl toolchain. r13876: (shyamsundarr) stop building/testing old x86 validator. r13877: (jvoung) Update GCC and GLIBC revisions to revert va_list definition. r13878: (dschuff) Revert "Pass naclsdk_validate=0 to scons runs run by main waterfall bots" r13879: (dschuff) Update all newlib revisions to 9f95ad0 r13880: (petarj) PNaCl: Update LLVM revision in pnacl/COMPONENT_REVISIONS r13881: (dschuff) Update revision for PNaCl r13868->r13879 r13882: (yyanagisawa) Fix: forget to import time. r13885: (dschuff) Add back one exclusion to libcxx test known failures. r13886: (jvoung) Update NaCl x86 GCC newlib/glibc revision from 13729 to 13880. r13887: (mazda) Make nonsfi_tests with pnacl_generate_pexe=0 run on buildbot. r13888: (dschuff) Add nacl-clang testing to SCons r13889: (dschuff) Upload packages for nacl_clang libc++ and support libs r13890: (mcgrathr) Remove floating-point support from serialization library r13891: (dschuff) Update revision for PNaCl r13879->r13890 r13892: (jvoung) Enable x86-32 cross calling convention test for varargs and va_list and method pointers. r13894: (dschuff) Run nacl-clang tests on PNaCl bots BUG=none TEST=browser_tests and nacl_integration CQ_EXTRA_TRYBOTS=tryserver.chromium.linux:linux_rel_precise32,linux_nacl_sdk,linux_chromium_dbg Review URL: https://codereview.chromium.org/650923002 Cr-Commit-Position: refs/heads/master@{#299325}
-
mukai authored
BUG=422376 R=oshima@chromium.org TEST=manually Review URL: https://codereview.chromium.org/644723003 Cr-Commit-Position: refs/heads/master@{#299324}
-
dongseong.hwang authored
The signiture of this method is changed, so old Paint() method is removed. BUG=407079 Review URL: https://codereview.chromium.org/650943002 Cr-Commit-Position: refs/heads/master@{#299323}
-
mukai authored
BUG=None R=nkostylev@chromium.org TEST=None Review URL: https://codereview.chromium.org/647163002 Cr-Commit-Position: refs/heads/master@{#299322}
-
chrome-tpm authored
Revert "Updating trunk VERSION from 2186.0 to 2187.0" Revert "Updating trunk VERSION from 2187.0 to 2188.0" This reverts commit a47856bb. This reverts commit a47856bb. Cr-Commit-Position: refs/heads/master@{#299321}
-
raymes authored
This always enables the --enable-mime-handler-view FeatureSwitch when --out-of-process-pdf is specified. BUG=303491 Review URL: https://codereview.chromium.org/623813003 Cr-Commit-Position: refs/heads/master@{#299320}
-
tonyg authored
Previously, we'd start WPR on an available host port and then just assume that the same port was free on the device -- oops. Now, we pass 0 to the forwarder for the device port so that it chooses an available port, and then read back the port that it chose to use for the mapping. I believe this fixes a major case of device forwarder flake. BUG=421599 TBR=slamm@chromium.org Review URL: https://codereview.chromium.org/640133002 Cr-Commit-Position: refs/heads/master@{#299319}
-
nasko authored
BUG=399775 Review URL: https://codereview.chromium.org/634123002 Cr-Commit-Position: refs/heads/master@{#299318}
-
reillyg authored
This test exhibits flaky failures on Linux. Example: https://build.chromium.org/p/chromium.linux/builders/Linux%20Tests%20%28dbg%29%281%29/builds/34099 BUG=422998 TBR=hanxi@chromium.org NOTRY=true Review URL: https://codereview.chromium.org/649243003 Cr-Commit-Position: refs/heads/master@{#299317}
-
zhenw authored
The switches are integrated with the new predictive network actions unified preference. BUG=405690, 406203 Review URL: https://codereview.chromium.org/633373005 Cr-Commit-Position: refs/heads/master@{#299316}
-
blink-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/chromium/blink/+log/1772da1..774a6cb TBR=caseq@chromium.org,apavlov@chromium.org,cbiesinger@chromium.org Review URL: https://codereview.chromium.org/649183004 Cr-Commit-Position: refs/heads/master@{#299315}
-
jbudorick authored
This patch is an alternative approach to only attempting to push gtest deps once. (The first attempt to do this, landed in https://codereview.chromium.org/560133002, caused issues and had to be reverted.) BUG=400440 Review URL: https://codereview.chromium.org/651923002 Cr-Commit-Position: refs/heads/master@{#299314}
-
rdevlin.cronin authored
Move the setup from BrowserActionsContainerTest into a platform-independent test, so that we also start to get test coverage on Mac. In this first patch, move the infrastructure and the basic test. More to follow. BUG=422381 Review URL: https://codereview.chromium.org/640423003 Cr-Commit-Position: refs/heads/master@{#299313}
-
gunsch authored
This reverts commit 6a1f7b51. The above commit was only intended for cherry-picking to M37/M38 branches. R=qinmin@chromium.org,ycheo@chromium.org BUG= Review URL: https://codereview.chromium.org/650223002 Cr-Commit-Position: refs/heads/master@{#299312}
-
sullivan authored
Added a bit more high-level documentation to android power monitors. Explained what ds2784 is and what android releases the data is available on. BUG= Review URL: https://codereview.chromium.org/652733002 Cr-Commit-Position: refs/heads/master@{#299311}
-
abarth authored
This CL teaches the mojom generator how to package JavaScript generated from mojom both as AMD modules as an HTML imports. R=hansmuller@chromium.org Review URL: https://codereview.chromium.org/643323002 Cr-Commit-Position: refs/heads/master@{#299310}
-
chrome-tpm authored
Cr-Commit-Position: refs/heads/master@{#299309}
-
glevin authored
BUG=412547, 394895 Review URL: https://codereview.chromium.org/635223004 Cr-Commit-Position: refs/heads/master@{#299308}
-
tapted authored
NOTRY=true Review URL: https://codereview.chromium.org/651803002 Cr-Commit-Position: refs/heads/master@{#299307}
-