- 11 Apr, 2014 2 commits
-
-
prasadv@chromium.org authored
NOTRY=True Review URL: https://codereview.chromium.org/232023002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@263141 0039d316-1c4b-4281-b951-d872f2087c98
-
newt@chromium.org authored
Due to a bug, TextView.setCompoundDrawablesRelative() is a no-op on JB MR1 if the text view has ever been measured. This is fixed in JB MR2 onwards, but causes some ugly bugs in Chrome on JB MR1: e.g. the favicons often don't appear on the bookmarks page. BUG=361709 NOTRY=true Review URL: https://codereview.chromium.org/232083005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@263137 0039d316-1c4b-4281-b951-d872f2087c98
-
- 10 Apr, 2014 38 commits
-
-
simonhatch@chromium.org authored
Add --path_to_config parameter to run script. This is needed if the config is located in another depot. BUG=301552 NOTRY=true Review URL: https://codereview.chromium.org/232083003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@263136 0039d316-1c4b-4281-b951-d872f2087c98
-
dmichael@chromium.org authored
BUG=361215 R=raymes@chromium.org Review URL: https://codereview.chromium.org/229033003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@263135 0039d316-1c4b-4281-b951-d872f2087c98
-
zea@chromium.org authored
We detect a context conflict using the version value, and if detected force the getupdates to retry. BUG=360280 Review URL: https://codereview.chromium.org/232003005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@263134 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@263132 0039d316-1c4b-4281-b951-d872f2087c98
-
kalman@chromium.org authored
R=aboxhall@chromium.org Review URL: https://codereview.chromium.org/232563009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@263130 0039d316-1c4b-4281-b951-d872f2087c98
-
eseidel@chromium.org authored
http://build.chromium.org/f/chromium/perf/dashboard/ui/changelog_blink.html?url=/trunk&range=171290:171300&mode=html TBR= BUG= Review URL: https://codereview.chromium.org/228703008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@263129 0039d316-1c4b-4281-b951-d872f2087c98
-
maniscalco@chromium.org authored
Update unit tests that call SyncData::CreateLocalData to call the new version. Add AttachmentServiceProxyForTest to reduce boilerplate in tests. Add a MessageLoop to ManagedUserSyncServiceTest, DomDistillerStoreTest, and SyncChangeTest because AttachmentServiceProxyForTest needs one. Format modified lines with clang-format. TBR=pam,droger,asargent,pkasting,pkotwicz,cjhopman BUG=353296 Review URL: https://codereview.chromium.org/213003004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@263128 0039d316-1c4b-4281-b951-d872f2087c98
-
jiayl@chromium.org authored
-Adds the audio input device id and name to the stream generation message. -Re-enables the no_data_timer in AudioInputController for logging. The NO_DATA_ERROR is ignored and will not stop capturing. -Adds a AudioPowerMonitor to WebRtcAudioCapturer to log the audio power level. R=vrk@chromium.org,xians@chromium.org,tommi@chromium.org BUG=360756 Review URL: https://codereview.chromium.org/229573003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@263127 0039d316-1c4b-4281-b951-d872f2087c98
-
glider@chromium.org authored
BUG=361616 R=tim@chromium.org Review URL: https://codereview.chromium.org/231203002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@263126 0039d316-1c4b-4281-b951-d872f2087c98
-
vasilii@chromium.org authored
The documentation describes usage of the "Install Param" for external extensions. BUG=267510 Review URL: https://codereview.chromium.org/216473005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@263125 0039d316-1c4b-4281-b951-d872f2087c98
-
jorgelo@chromium.org authored
BUG=None TEST=Passes on daisy-spring (ARM device). Review URL: https://codereview.chromium.org/231843008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@263121 0039d316-1c4b-4281-b951-d872f2087c98
-
reveman@chromium.org authored
RasterWorkerPool class has a lot of implementation specific details that the tile manager and the delegate should not be affected by. Moving implementation specific parts into a separate class and file makes it clear what is part of the interface used by the tile manager and what are details of the implementation. ie. changes to implementation specific files alone should not affect or require changes to the tile manager. BUG=269841 Review URL: https://codereview.chromium.org/228173002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@263120 0039d316-1c4b-4281-b951-d872f2087c98
-
rchtara@chromium.org authored
Adding some missing #includes to autofill_messages.h. BUG=362057 Review URL: https://codereview.chromium.org/233173002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@263119 0039d316-1c4b-4281-b951-d872f2087c98
-
reed@google.com authored
BUG= Review URL: https://codereview.chromium.org/233073003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@263118 0039d316-1c4b-4281-b951-d872f2087c98
-
viettrungluu@chromium.org authored
Skia roll was reverted. > Fix GN Build after Skia roll. > > Skia introduced a new define that is required to build. > > TBR=djsollen@chromium.org > > Review URL: https://codereview.chromium.org/234203002 TBR=brettw@chromium.org Review URL: https://codereview.chromium.org/234283003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@263115 0039d316-1c4b-4281-b951-d872f2087c98
-
viettrungluu@chromium.org authored
Skia roll was reverted. > Fix Skia link errors in the GN build > > TBR=djsollen@chromium.org > > Review URL: https://codereview.chromium.org/234123004 TBR=brettw@chromium.org Review URL: https://codereview.chromium.org/234313002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@263114 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@263113 0039d316-1c4b-4281-b951-d872f2087c98
-
viettrungluu@chromium.org authored
Broke iOS Simulator (dbg): http://build.chromium.org/p/chromium.mac/builders/iOS%20Simulator%20%28dbg%29/builds/15778 Ld /b/build/slave/iOS_Simulator__dbg_/build/src/xcodebuild/Debug-iphonesimulator/components_unittests.app/components_unittests normal i386 [...] Undefined symbols for architecture i386: "SkSSE2ProcCoeffXfermode::SkSSE2ProcCoeffXfermode(SkReadBuffer&)", referenced from: SkSSE2ProcCoeffXfermode::CreateProc(SkReadBuffer&) in libskia_library.a(SkXfermode.o) ld: symbol(s) not found for architecture i386 > roll skia DEPS to 14128 > > Chromium base revision: 262955 / > Old Skia revision: 14102 > New Skia revision: 14128 > Control CL: https://codereview.chromium.org/233193002/ > > Bypassing commit queue trybots: > NOTRY=true > > Review URL: https://codereview.chromium.org/232783004 TBR=bensong@google.com Review URL: https://codereview.chromium.org/234103003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@263112 0039d316-1c4b-4281-b951-d872f2087c98
-
zhenyu.liang@intel.com authored
In bionic, open, access and dup2 are wrappers of openat, faccessat and dup3 instead of real syscalls. BUG=166704 Review URL: https://codereview.chromium.org/226923003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@263107 0039d316-1c4b-4281-b951-d872f2087c98
-
brettw@chromium.org authored
TBR=djsollen@chromium.org Review URL: https://codereview.chromium.org/234123004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@263106 0039d316-1c4b-4281-b951-d872f2087c98
-
rlarocque@chromium.org authored
With the conversion of GetAllNodes in r262193, there are no longer any uses of the Sync JS framework's request + reply framework. The generic framework was useful when we could guarantee that the requests would be handled in order, in the SyncManager, and on the sync thread, but new requirements have forced us to re-implement much of this functionality in other ways. Since no one uses this code, and no one plans to use this code, and it depends on some semi-deprecated concepts (WeakHandle), the best course of action seems to be to delete it. We can always fetch it from SVN history and clean it up if we find another use for it. BUG=328606,357821 Review URL: https://codereview.chromium.org/231013003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@263105 0039d316-1c4b-4281-b951-d872f2087c98
-
bokan@chromium.org authored
Because the Animate() method was recently changed to pass the current frame's tick time in r259735, getting the diff between it and the fling's start time would often result in a negative time delta. This caused the fling to report no scrolling and the scroll would stop. We still want to start flinging immediately where possible so instead of letting Animate() always set the startTime and losing a frame, we do it only for a non-positive time delta. This does not affect Android since its gesture fling ignores the passed delta and uses gfx::FrameTime::Now(). BUG=360633 Review URL: https://codereview.chromium.org/232683003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@263104 0039d316-1c4b-4281-b951-d872f2087c98
-
avi@chromium.org authored
BUG=304341 TEST=modal dialogs still work Review URL: https://codereview.chromium.org/229693002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@263103 0039d316-1c4b-4281-b951-d872f2087c98
-
erg@chromium.org authored
BUG=297026 R=ben@chromium.org Review URL: https://codereview.chromium.org/231733005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@263101 0039d316-1c4b-4281-b951-d872f2087c98
-
brettw@chromium.org authored
Skia introduced a new define that is required to build. TBR=djsollen@chromium.org Review URL: https://codereview.chromium.org/234203002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@263100 0039d316-1c4b-4281-b951-d872f2087c98
-
yfriedman@chromium.org authored
Internal code gets around this by calling ContentView.hideSelectActionBar. Remove the hop as the ContentView variant is going away. BUG=360664 R=dtrainor@chromium.org Review URL: https://codereview.chromium.org/232963004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@263099 0039d316-1c4b-4281-b951-d872f2087c98
-
rvargas@chromium.org authored
BUG=322664 Review URL: https://codereview.chromium.org/231313002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@263098 0039d316-1c4b-4281-b951-d872f2087c98
-
sergeyu@chromium.org authored
Per Matroska spec difference between frames timestamps must be used as block duration when neither Duration nor DefaultDuration is specified. Problem was that WebMClusterParser was waiting for the next frame even when DefaultDuration is specified. BUG=338529 Review URL: https://codereview.chromium.org/230173002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@263097 0039d316-1c4b-4281-b951-d872f2087c98
-
nick@chromium.org authored
BUG=359550 TEST=browser_tests Review URL: https://codereview.chromium.org/231853005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@263096 0039d316-1c4b-4281-b951-d872f2087c98
-
oshima@chromium.org authored
BUG=None R=rsesek@chromium.org, thestig@chromium.org Review URL: https://codereview.chromium.org/231103003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@263095 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@263094 0039d316-1c4b-4281-b951-d872f2087c98
-
bensong@google.com authored
Chromium base revision: 262955 / Old Skia revision: 14102 New Skia revision: 14128 Control CL: https://codereview.chromium.org/233193002/ Bypassing commit queue trybots: NOTRY=true Review URL: https://codereview.chromium.org/232783004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@263093 0039d316-1c4b-4281-b951-d872f2087c98
-
rsesek@chromium.org authored
BUG=358713 TEST=Put system in dev mode, open Crosh, type `shell`, and run sudo. Review URL: https://codereview.chromium.org/228783005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@263092 0039d316-1c4b-4281-b951-d872f2087c98
-
rob@robwu.nl authored
The IsSchemeBitSet method was added in https://chromiumcodereview.appspot.com/12792005/#ps4001, but removed during a refactor within the same CL. It was never used, so it can be removed. Review URL: https://codereview.chromium.org/233293004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@263091 0039d316-1c4b-4281-b951-d872f2087c98
-
cpu@chromium.org authored
On WriteMessageRaw failure we own the handles, which we might want to log or keep but for correctness now we just close. BUG=none TBR=viettrungluu TEST=none Review URL: https://codereview.chromium.org/233073005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@263090 0039d316-1c4b-4281-b951-d872f2087c98
-
aruslan@chromium.org authored
BUG=360732 NOTRY=True Review URL: https://codereview.chromium.org/232743004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@263088 0039d316-1c4b-4281-b951-d872f2087c98
-
thakis@chromium.org authored
BUG=362239 TEST=links at the top of the output actually work. NOTRY=true Review URL: https://codereview.chromium.org/232703004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@263087 0039d316-1c4b-4281-b951-d872f2087c98
-
brettw@chromium.org authored
Adds libjpeg and some global flags for Ozone from the GYP build. Improves error messages for mismatched item types I noticed when writing this patch (changes in builder.cc). BUG= R=bradnelson@google.com Review URL: https://codereview.chromium.org/224633002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@263086 0039d316-1c4b-4281-b951-d872f2087c98
-