- 03 Nov, 2014 40 commits
-
-
mlerman authored
The UserManager will now set the ProfileInfoCache's "signin required" bit to false after the browser's opened rather than before, so that it can be read during startup. BUG=420762 Review URL: https://codereview.chromium.org/694593002 Cr-Commit-Position: refs/heads/master@{#302459}
-
mlerman authored
Revert of Update V8 to version 3.30.29 (based on e634bdb290cb3761b9335d1bf7ec016fb3ebdbd5). (patchset #1 id:1 of https://codereview.chromium.org/696283002/) Reason for revert: Common CL assumed to be causing Android Tests to fail: https://build.chromium.org/p/chromium.linux/builders/Android%20Tests/builds/16593 and http://build.chromium.org/p/chromium.linux/builders/Android%20Tests%20%28dbg%29/builds/23875 Original issue's description: > Update V8 to version 3.30.29 (based on e634bdb290cb3761b9335d1bf7ec016fb3ebdbd5). > > TBR=machenbach@chromium.org > > Committed: https://crrev.com/382af4619960b659a5ac7952dcc04e20ebaf4fe4 > Cr-Commit-Position: refs/heads/master@{#302437} TBR=machenbach@chromium.org,v8-autoroll@chromium.org NOTREECHECKS=true NOTRY=true Review URL: https://codereview.chromium.org/686683005 Cr-Commit-Position: refs/heads/master@{#302458}
-
primiano authored
dpks-query is spamming stderr when the packages we query are not found. Silencing stderr for dpkg-query. BUG=429719 NOTRY=true Review URL: https://codereview.chromium.org/695373002 Cr-Commit-Position: refs/heads/master@{#302457}
-
petrcermak authored
This patch adds support for copying the Chromium library from the APK file to a separate file. This patch is largly based on https://codereview.chromium.org/673093005/. BUG=390618 Review URL: https://codereview.chromium.org/684163002 Cr-Commit-Position: refs/heads/master@{#302456}
-
Dan Beam authored
R=tbreisacher@chromium.org BUG=none TEST=http://build.chromium.org/p/chromium.fyi/builders/Closure%20Compilation%20Linux/ Review URL: https://codereview.chromium.org/695013002 Cr-Commit-Position: refs/heads/master@{#302455}
-
sungmann.cho authored
#include <utility> in render_process_host_impl.cc is not necessary anymore. Review URL: https://codereview.chromium.org/695203002 Cr-Commit-Position: refs/heads/master@{#302454}
-
zmo authored
BUG=424024 TEST= TBR=kbr@chromium.org Review URL: https://codereview.chromium.org/702503002 Cr-Commit-Position: refs/heads/master@{#302453}
-
brucedawson authored
SHGetPathFromIDList was being treated as if it returned an HRESULT when it actually returns a BOOL. Warning was: src\chrome\utility\importer\ie_importer_win.cc (200) : warning C6215: Cast between semantically different integer types: a Boolean type to HRESULT. R=isherman@chromium.org BUG=427616 Review URL: https://codereview.chromium.org/695553003 Cr-Commit-Position: refs/heads/master@{#302452}
-
skia-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/skia/+log/66cad76..37dd331 CQ_EXTRA_TRYBOTS=tryserver.blink:linux_blink_rel,linux_blink_dbg TBR=egdaniel@google.com Review URL: https://codereview.chromium.org/697133002 Cr-Commit-Position: refs/heads/master@{#302451}
-
benchan authored
This CL replaces the mistyped //chromeos/resources and //chromeos/strings dependency (introduced by r302142) with //ui/chromeos/resources and //ui/chromeos/strings. BUG=None TEST=Run `gn gen --args='os="chromeos" ...` Review URL: https://codereview.chromium.org/698033002 Cr-Commit-Position: refs/heads/master@{#302450}
-
ajm authored
- Modify rtcd usage to match the conditions in armcpu.c. - Make gyp and gn consistent. TBR=sergeyu BUG=webrtc:3906 Review URL: https://codereview.chromium.org/636083002 Cr-Commit-Position: refs/heads/master@{#302449}
-
lpromero authored
BUG=429687 Review URL: https://codereview.chromium.org/696333002 Cr-Commit-Position: refs/heads/master@{#302448}
-
mlerman authored
BUG=427580 Review URL: https://codereview.chromium.org/688593003 Cr-Commit-Position: refs/heads/master@{#302447}
-
mlerman authored
BUG=130404 TBR=mmenke@chromium.org Review URL: https://codereview.chromium.org/696313002 Cr-Commit-Position: refs/heads/master@{#302446}
-
slamm authored
BUG= Review URL: https://codereview.chromium.org/694233002 Cr-Commit-Position: refs/heads/master@{#302445}
-
je_julie.kim authored
This patch disables temporarily TCs related to lisItemRole because name attribute for it is added at crbug.com/347865. After code from Blink is updated, TCs will be enabled again. BUG=347865 Review URL: https://codereview.chromium.org/696133002 Cr-Commit-Position: refs/heads/master@{#302444}
-
rogerta authored
My previous CL https://codereview.chromium.org/678553002/ did not handle this case correctly. BUG=412383 Review URL: https://codereview.chromium.org/686353002 Cr-Commit-Position: refs/heads/master@{#302443}
-
gusfernandez authored
This works around a blue-screen bug with eglPostSubBuffer. BUG=429200 Review URL: https://codereview.chromium.org/693953002 Cr-Commit-Position: refs/heads/master@{#302442}
-
kalman authored
R=mkearney@chromium.org TBR=rockot@chromium.org NOTRY=true Review URL: https://codereview.chromium.org/696343003 Cr-Commit-Position: refs/heads/master@{#302441}
-
skia-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/skia/+log/f1b471a..66cad76 CQ_EXTRA_TRYBOTS=tryserver.blink:linux_blink_rel,linux_blink_dbg TBR=egdaniel@google.com Review URL: https://codereview.chromium.org/694333002 Cr-Commit-Position: refs/heads/master@{#302440}
-
perkj authored
Since the RTCPeerConnectionHandler now uses a separate thread for API-calls to libjingle (https://codereview.chromium.org/675013005/) the DtmfSenderHandler must also handle events on the signaling thread. This cl also fix a problem where a remote video source falsly DCHECKs that an event have been missed. TEST=out/Debug/content_browsertests --gtest_filter=WebRtcBrowserTest.MANU* --run-manual BUG=369796 Review URL: https://codereview.chromium.org/699613002 Cr-Commit-Position: refs/heads/master@{#302439}
-
reillyg authored
This patch removes both the WarningService accessors from ExtensionSystem and also the ExtensionWarningBadgeService instance that it created as this can be built automatically for every BrowserContext simply by declaring so in its new factory. BUG= Review URL: https://codereview.chromium.org/698623002 Cr-Commit-Position: refs/heads/master@{#302438}
-
v8-autoroll authored
TBR=machenbach@chromium.org Review URL: https://codereview.chromium.org/696283002 Cr-Commit-Position: refs/heads/master@{#302437}
-
tdanderson authored
Remove the ability to engage split view mode with the use of a bezel gesture, and remove BezelController which is currently only used for this purpose. BUG=429184 TEST=WindowManagerTest.TitleDragSwitchBetweenWindowsInSplitViewMode renamed to WindowManagerTest.ReplaceWindowsInSplitViewMode and modified, WindowManagerTest.BezelGestureToSplitViewMode removed, WindowManagerTest.BezelGestureToSwitchBetweenWindows removed Review URL: https://codereview.chromium.org/694883002 Cr-Commit-Position: refs/heads/master@{#302436}
-
kevers authored
BUG=401729 Review URL: https://codereview.chromium.org/697653003 Cr-Commit-Position: refs/heads/master@{#302435}
-
henrika authored
We are trying to track down a negative error code (-50) but the current implementation logs negative values as zero. This patch maps all -50 error codes into one bin and all other error values into a second (unspecified/trash) bin. BUG=428706 Review URL: https://codereview.chromium.org/702453003 Cr-Commit-Position: refs/heads/master@{#302434}
-
pneubeck authored
This allows autoconnect to policy pushed networks without the user having to manually trigger a successful connect once. BUG=424036 Review URL: https://codereview.chromium.org/647783005 Cr-Commit-Position: refs/heads/master@{#302433}
-
thakis authored
Also make a global more const. BUG=82385 Review URL: https://codereview.chromium.org/699453002 Cr-Commit-Position: refs/heads/master@{#302432}
-
noms authored
We currently have code that ensures that if the last used profile is Guest, we should open the User Manager. This doesn't work if, for example, you download a file in the Guest browser, and then click on it top open it. In this case, it's fine to open a new Guest browser window, as one already exists (and opening the User Manager is a very weird experience) BUG=423118 TEST=Start Chrome with --enable-new-avatar-menu. From the avatar menu, choose "Switch person" and launch a new Guest browser. In the Guest browser, download a file, and then click on it from the dwonload shelf at the bottom of the browser. The file should open in a new tab of the Guest window. Review URL: https://codereview.chromium.org/691063002 Cr-Commit-Position: refs/heads/master@{#302431}
-
pneubeck authored
This required for the new CertDatabaseService https://codereview.chromium.org/419013003/ which will (at least temporarily) depend on net/. Without this change, that would lead to a cyclic dependency between net/ and cert_database/ . This makes several tests in client_cert_store_chromeos_unittest, like cross-reading between user slots and the system slot, unnecessary. These are already covered in the unit tests for NSSProfileFilterChromeOS. This also removes this knowledge about users and the system slot from net/, which are Chrome/ChromeOS details that don't belong into net/. BUG=413219 Review URL: https://codereview.chromium.org/663583006 Cr-Commit-Position: refs/heads/master@{#302430}
-
qsr authored
This fixes the following issue: - allow forwarder2 to compile with clang - Makes android executables position independant so that they can be run on android devices - Add missing BUILD.gn TBR=brettw@chromium.org Review URL: https://codereview.chromium.org/684133002 Cr-Commit-Position: refs/heads/master@{#302429}
-
skia-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/skia/+log/d8aa7b7..f1b471a CQ_EXTRA_TRYBOTS=tryserver.blink:linux_blink_rel,linux_blink_dbg TBR=egdaniel@google.com Review URL: https://codereview.chromium.org/697103003 Cr-Commit-Position: refs/heads/master@{#302428}
-
mlerman authored
Since sync may cause a profile to become signed out, we cannot assume a signing out profile is unlocked. Thus, forcibly unlock it. BUG=426174 Review URL: https://codereview.chromium.org/698543002 Cr-Commit-Position: refs/heads/master@{#302427}
-
bartfab authored
This CL changes the way that device disabling is expressed in the DeviceStateRetrievalResponse proto. Instead of being implied when the |device_state| field is present, it is now explictly set as a |restore_mode|. BUG=425574 TEST=Updated unit and browser tests Review URL: https://codereview.chromium.org/690643002 Cr-Commit-Position: refs/heads/master@{#302426}
-
fdegans authored
These are mostly mechanical changes found while attempting to compile the Android build with libc++. BUG=427718 TBR=darin@chromium.org Review URL: https://codereview.chromium.org/693773003 Cr-Commit-Position: refs/heads/master@{#302425}
-
chrome-tpm authored
Cr-Commit-Position: refs/heads/master@{#302424}
-
Paweł Hajdan, Jr authored
Also enable it on Windows, Linux, and Mac. BUG=422235 R=sergiyb@chromium.org Review URL: https://codereview.chromium.org/663253005 Cr-Commit-Position: refs/heads/master@{#302423}
-
marja authored
The Blink side already handles these policies; this CL is just plugging them into Finch. BUG= Review URL: https://codereview.chromium.org/697673002 Cr-Commit-Position: refs/heads/master@{#302422}
-
v8-autoroll authored
TBR=machenbach@chromium.org Review URL: https://codereview.chromium.org/699563002 Cr-Commit-Position: refs/heads/master@{#302421}
-
dgn authored
The getter for the printing.enabled preference was improperly testing for whether the property was managed. The value of the property and the managed status are now obtainable through separate functions BUG=423886 Review URL: https://codereview.chromium.org/695773004 Cr-Commit-Position: refs/heads/master@{#302420}
-