- 09 Jul, 2014 40 commits
-
-
maruel@chromium.org authored
Deduplicate chrome.isolate items found in angle.isolate. Move comment about D3DCompiler_43.dll to 32bits build. If it is going to be mapped, it is only for 32 bits builds and not 64 bits builds since this DLL doesn't seem to exist in 64 bits. R=scheib@chromium.org,kbr@chromium.org BUG= Review URL: https://codereview.chromium.org/379843004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282155 0039d316-1c4b-4281-b951-d872f2087c98
-
egor.starkov@samsung.com authored
Extra vsyncs after each rendering cause 1% more power consumption. Modify VSyncMonitorTest to follow the rule 1 request == 1 vsync. BUG= Review URL: https://codereview.chromium.org/377483002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282154 0039d316-1c4b-4281-b951-d872f2087c98
-
kalman@chromium.org authored
exposed to content scripts. In some cases this dates way back pre-features to when they were incorrectly first added with an {"unprivileged": true} annotation, like runtime.reload(). R=asargent@chromium.org Review URL: https://codereview.chromium.org/375173002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282153 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282152 0039d316-1c4b-4281-b951-d872f2087c98
-
brettw@chromium.org authored
This is to get update to checkdeps to update tree walking to not update a list while iterating over it. TBR=qsr Review URL: https://codereview.chromium.org/379923006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282151 0039d316-1c4b-4281-b951-d872f2087c98
-
aboxhall@chromium.org authored
BUG= Review URL: https://codereview.chromium.org/300573002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282150 0039d316-1c4b-4281-b951-d872f2087c98
-
aurimas@chromium.org authored
BUG=None NOTRY=true Review URL: https://codereview.chromium.org/380913002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282149 0039d316-1c4b-4281-b951-d872f2087c98
-
nednguyen@google.com authored
BUG=391943 TBR=nduca@chromium.org Review URL: https://codereview.chromium.org/382593002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282148 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282147 0039d316-1c4b-4281-b951-d872f2087c98
-
pkasting@chromium.org authored
This contains fixes for the following sorts of issues: * Signedness mismatch This relies on https://codereview.chromium.org/376003003 to make FPDF_FillRect() take a 32-bit value for the color in order to make the changes here as simple and clean as possible. This also contains a few other cleanups to make code simpler or more consistent. BUG=81439 TEST=none Review URL: https://codereview.chromium.org/372273005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282146 0039d316-1c4b-4281-b951-d872f2087c98
-
scherkus@chromium.org authored
BUG=47554 TBR=suderman Review URL: https://codereview.chromium.org/382683003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282145 0039d316-1c4b-4281-b951-d872f2087c98
-
nednguyen@google.com authored
BUG=391943 Review URL: https://codereview.chromium.org/377333002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282144 0039d316-1c4b-4281-b951-d872f2087c98
-
https://codereview.chromium.org/355573008caitkp@chromium.org authored
Following https://codereview.chromium.org/355573008, the only code left in WebDataService deals with IE 7/8 password data, so move this into a separate (WIN only class) and kill WebDataService. BUG=181277 TEST=Everything still works TBR=noms@chromium.org, zea@chromium.org, phajdan.jr@chromium.org TBR'ing for removal of unneeded includes and API changes in (c/b/profile, c/b/sync, and c/test/base respectively). Review URL: https://codereview.chromium.org/364343002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282143 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282142 0039d316-1c4b-4281-b951-d872f2087c98
-
dgrogan@chromium.org authored
> Adds API test for imageWriterPrivate.writeFromFile > > BUG=384650 > > Review URL: https://codereview.chromium.org/336923002 TBR=haven@chromium.org Review URL: https://codereview.chromium.org/384513002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282141 0039d316-1c4b-4281-b951-d872f2087c98
-
johannkoenig@chromium.org authored
Disable VP9 444 tests. B=392309 https://codereview.chromium.org/375983002 https://codereview.chromium.org/376873009 R=scherkus@chromium.org, tomfinegan@chromium.org Review URL: https://codereview.chromium.org/380493002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282140 0039d316-1c4b-4281-b951-d872f2087c98
-
lliabraa@chromium.org authored
With Xcode 6, the home directory of the iOS Simulator and iossim processes must match so that the iOS Simulator can find the SimDevice object created by iossim. Since the existing behavior of iossim is to create a new, random, home directory on each run (if no -u value is specified on the command line), the home directories will be mismatched if iossim is launched multiple times without killing the iOS Simulator in between runs. The fix here is to only override the home directory in iossim if -u is specified. Since this will often reuse the default SimDeviceSet (at ~/Library/Developer/CoreSimulator/Devices), functionality is also changed to reuse an existing SimDevice if possible (though iossim will create a SimDevice if necessary). BUG=None TBR=rohitrao Review URL: https://codereview.chromium.org/382563002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282139 0039d316-1c4b-4281-b951-d872f2087c98
-
brettw@chromium.org authored
The //build directory in GN shouldn't refer to anything outside of itself so that non-Chrome projects can copy it and re-use the build configuration. speechd relies on third_party/speech-dispatcher. This patch just moves the loader to the speech-dispatcher target, which makes more sense anyway. TBR=grunell@chromium.org Review URL: https://codereview.chromium.org/377403002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282138 0039d316-1c4b-4281-b951-d872f2087c98
-
jfb@chromium.org authored
R= binji@chromium.org TEST= none BUG= none NOTRY=true (documentation only change) Review URL: https://codereview.chromium.org/382603004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282137 0039d316-1c4b-4281-b951-d872f2087c98
-
kalman@chromium.org authored
a lot. TBR=rockot@chromium.org Review URL: https://codereview.chromium.org/379923013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282136 0039d316-1c4b-4281-b951-d872f2087c98
-
rpaquay@chromium.org authored
Review URL: https://codereview.chromium.org/376313002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282135 0039d316-1c4b-4281-b951-d872f2087c98
-
ben@chromium.org authored
R=hansmuller@chromium.org BUG=none Review URL: https://codereview.chromium.org/385433003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282134 0039d316-1c4b-4281-b951-d872f2087c98
-
pkasting@chromium.org authored
This contains fixes for the following sorts of issues: * Assignment inside conditional * Possibly-uninitialized local variable * Signedness mismatch This also contains a small number of other cleanups/simplifications to nearby code. BUG=81439 TEST=none R=teravest@chromium.org Review URL: https://codereview.chromium.org/375133003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282133 0039d316-1c4b-4281-b951-d872f2087c98
-
nednguyen@google.com authored
BUG=391943 TBR=nduca@chromium.org Review URL: https://codereview.chromium.org/380803002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282131 0039d316-1c4b-4281-b951-d872f2087c98
-
haven@chromium.org authored
BUG=384650 Review URL: https://codereview.chromium.org/336923002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282130 0039d316-1c4b-4281-b951-d872f2087c98
-
maniscalco@chromium.org authored
MessageLoopProxy is deprecated. BUG=391045 Review URL: https://codereview.chromium.org/375403002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282129 0039d316-1c4b-4281-b951-d872f2087c98
-
noms@chromium.org authored
BUG=364644 TEST=Start Chrome with --new-profile-management turned on. From the avatar menu, select "Not <name>". The User Manager should show up. Ctrl+W should close it, but other accelerators (eg. Ctrl+t) should not work. Review URL: https://codereview.chromium.org/380763003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282128 0039d316-1c4b-4281-b951-d872f2087c98
-
sohan.jyoti@samsung.com authored
This creates data url for both output and expected pngs, and prints the error bounding rect. BUG=236196 Review URL: https://codereview.chromium.org/371863002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282127 0039d316-1c4b-4281-b951-d872f2087c98
-
antrim@chromium.org authored
Move Key/User context BUG=387613 TBR=stevenjb@chromium.org TBR=davemoore@chromium.org TBR=darin@chromium.org Review URL: https://codereview.chromium.org/378513005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282126 0039d316-1c4b-4281-b951-d872f2087c98
-
viettrungluu@chromium.org authored
R=davemoore@chromium.org Review URL: https://codereview.chromium.org/378383002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282125 0039d316-1c4b-4281-b951-d872f2087c98
-
spang@chromium.org authored
TBR=dnicoara NOTRY=true Review URL: https://codereview.chromium.org/380503003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282124 0039d316-1c4b-4281-b951-d872f2087c98
-
bolian@chromium.org authored
Revert of Enabled chrome_proxy benchmarks on Android as we now have a TryBot. (https://codereview.chromium.org/367753003/) Reason for revert: chrome_proxy tests need live server access. Android chromium.perf bots don't have access to live servers and all tests under tools/perf are now part of chromium.perf. It seems chrome_proxy trybot for now can use flag --also-run-disabled-tests to explicitly run these tests. Original issue's description: > Enabled chrome_proxy benchmarks on Android as we now have a TryBot. > > Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=281182 TBR=tonyg@chromium.org,dtu@chromium.org NOTREECHECKS=true NOTRY=true Review URL: https://codereview.chromium.org/379233003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282123 0039d316-1c4b-4281-b951-d872f2087c98
-
nednguyen@google.com authored
BUG=391943 TBR=nduca@chromium.org Review URL: https://codereview.chromium.org/376273002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282122 0039d316-1c4b-4281-b951-d872f2087c98
-
byungchul@chromium.org authored
This is a pre-requisite for http server refactoring, https://codereview.chromium.org/296053012/. 1) Introduce SocketLibevent for tcp and unix domain sockets. 2) TCPSocketLibevent utilizes SocketLibevent. 3) For backward compatibility, TCPSocketLibevent::AdoptConnectedSocket() allows the empty address. BUG=371906 Review URL: https://codereview.chromium.org/348803003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282121 0039d316-1c4b-4281-b951-d872f2087c98
-
brettw@chromium.org authored
domain_reliability favicon history url_fixer R=jamesr@chromium.org Review URL: https://codereview.chromium.org/377393002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282120 0039d316-1c4b-4281-b951-d872f2087c98
-
simonb@chromium.org authored
A race can exist where two build targets build the same libchrome. It can manifest as: .../arm-linux-androideabi-objcopy: error: the input file '.../libchrome.2085.0.so' is empty Move the temporary directory used to transfer stripped files between the strip and pack actions from <(SHARED_INTERMEDIATE_DIR) to <(intermediate_dir). Also, remove nugatory inter-action dependency, and make actions previously consuming <(strip_stamp) consume <(pack_arm_relocations_stamp) instead. BUG=392417 Review URL: https://codereview.chromium.org/376193003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282118 0039d316-1c4b-4281-b951-d872f2087c98
-
skyostil@chromium.org authored
Since scroll handlers do not block composited scrolling, the existing input latency metric will only report the response time for the compositor when scrolling a page with a handler. This is not accurate for pages that implement scroll-synchronized effects, because the scroll handler needs to be invoked so that the page contents are updated with the new scroll offset. This patch fixes the problem by forwarding latency information from the impl to the main thread when we are scrolling a layer that has an active scroll event handler. In the case the scroll handler is no-op, the latency information will be terminated as a failed commit. Sample trace: https://drive.google.com/file/d/0ByyxMXB38gLDRE40bkU5TVd0U00/edit?usp=sharing BUG=347366 Review URL: https://codereview.chromium.org/365463003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282117 0039d316-1c4b-4281-b951-d872f2087c98
-
mlerman@chromium.org authored
BUG=381866 Review URL: https://codereview.chromium.org/369353002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282116 0039d316-1c4b-4281-b951-d872f2087c98
-
mcasas@chromium.org authored
BUG=390884 Review URL: https://codereview.chromium.org/379813003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282115 0039d316-1c4b-4281-b951-d872f2087c98
-
nednguyen@google.com authored
BUG=391943 TBR=nduca@chromium.org Review URL: https://codereview.chromium.org/379233002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282113 0039d316-1c4b-4281-b951-d872f2087c98
-