- 09 Jul, 2014 40 commits
-
-
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
-
teravest@chromium.org authored
GetNexeFd() in ppb_nacl_private_impl will change soon to be an internal method, not one exposed through the PPB_NaCl_Private interface. From inside Chromium, base::Callback is much easier to use than PP_CompletionCallback or TrackedCallback. This is one of a series of changes to refactor the pexe downloading logic in the trusted plugin. BUG=370556 Review URL: https://codereview.chromium.org/380773002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282112 0039d316-1c4b-4281-b951-d872f2087c98
-
qinmin@chromium.org authored
Revert of Disable another WebView fullscreen video test until we land fullscreen IPC changes (https://codereview.chromium.org/371933003/) Reason for revert: revert this as all related CLs are committed Original issue's description: > Disable another WebView fullscreen video test until we land fullscreen IPC changes > > there are 2 changes needs to be submitted before we reenable the tests: > 1. https://codereview.chromium.org/290643005/ and > 2. https://codereview.chromium.org/292573004/ > > the blink change will break all the tests, so we need to reenable the test after the chromium change lands > > BUG=367346 > > Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=281627 TBR=boliu@chromium.org BUG=367346 Review URL: https://codereview.chromium.org/382583002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282111 0039d316-1c4b-4281-b951-d872f2087c98
-
dtseng@chromium.org authored
Currently, AcceleratorController delivers accelerators to GlobalCommandsListenerChromeOS (which is an AcceleratorTarget). We respect the same conditions found within AcceleratorController to disallow shortcuts in specific instances (e.g. login screen locked screen, empty windows). AcceleratorController is owned by the ash::Shell and knows about existing keyboard shortcuts/actions. BUG=336761 TEST=interactive_ui_tests --gtest_filter=GlobalCommandsApiTest.* And, manually, on a desktop build of Chrome with GYP_DEFINES=chromeos=1... with a component extension: Verified that - a global shortcut (ctrl+shift+0) works with focus in 1. web content 2. shelf 3. toolbars (omni box, View(s)). Verified that processing does not occur in the following cases (similarly to most other ash accelerators) as expected: - OOBE - locked screen - desktop with no windows open - sign in screen (after logging out). Review URL: https://codereview.chromium.org/350943003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282110 0039d316-1c4b-4281-b951-d872f2087c98
-
kalman@chromium.org authored
BUG=391861 R=asargent@chromium.org TBR=jochen@chromium.org Review URL: https://codereview.chromium.org/377833009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282109 0039d316-1c4b-4281-b951-d872f2087c98
-
ajwong@chromium.org authored
Ports over more gyp logic for the icu target. Doesn't correctly account for host toolchains yet, but it's closer. All hail GN. oRZ BUG=none Review URL: https://codereview.chromium.org/377113002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282108 0039d316-1c4b-4281-b951-d872f2087c98
-
brettw@chromium.org authored
R=jamesr@chromium.org Review URL: https://codereview.chromium.org/381643003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282107 0039d316-1c4b-4281-b951-d872f2087c98
-
nednguyen@google.com authored
BUG=391943 TBR=nduca@chromium.org Review URL: https://codereview.chromium.org/380783003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282106 0039d316-1c4b-4281-b951-d872f2087c98
-
nednguyen@google.com authored
BUG=391943 TBR=nduca@chromium.org Review URL: https://codereview.chromium.org/379843005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282105 0039d316-1c4b-4281-b951-d872f2087c98
-