- 10 Apr, 2014 40 commits
-
-
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
-
davidben@chromium.org authored
PrefHashCalculator uses empty keys in developer builds. This fixes Chrome startup in debug builds. BUG=none Review URL: https://codereview.chromium.org/231603002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@263085 0039d316-1c4b-4281-b951-d872f2087c98
-
oshima@chromium.org authored
This is to mitigate the issue crbug.com/354775 by at least compiling wm_core_unittsts on bots. BUG=354775 R=jamescook@chromium.org Review URL: https://codereview.chromium.org/233733002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@263083 0039d316-1c4b-4281-b951-d872f2087c98
-
brettw@chromium.org authored
This makes the header checker and include iterator work from InputFiles (which basically just hold the file buffer) rather than just raw strings. This allows us to reference these files from Err. Some extra line/char tracking is now in the include iterator so we can actually quote from and annotate the place in the source file where the bad include is, which looks much nicer than "the file blah included blah". It also makes it possible to write much shorter error messages that still make sense. This adds visibility checking as previously documented in the help for "public" and a unit test for that. This updates the documentation for "public" which was wrong (it referred to patterns which was not used). R=scottmg@chromium.org Reland of https://codereview.chromium.org/229423002/ Review URL: https://codereview.chromium.org/231813002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@263082 0039d316-1c4b-4281-b951-d872f2087c98
-
danakj@chromium.org authored
We are always in compositing mode now, so this flag is not valid and we are deleting the code paths it would trigger. R=fsamuel@chromium.org, piman@chromium.org BUG=362164 Review URL: https://codereview.chromium.org/233393007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@263080 0039d316-1c4b-4281-b951-d872f2087c98
-
fgorski@chromium.org authored
* extracting CheckinRequest::RequestInfo to better manage checkin parameters * adding G-services settings digest to RequestInfo of the checkin (will be sent with checkin request) * extracting G-services settings from checkin response * storing and loading of the G-services settings in GCM Store This patch relands https://codereview.chromium.org/215363007/ after all of the trybots, buildbots and CQ have been updated to run gcm_unit_tests TBR=zea@chromium.org,jianli@chromium.org BUG=359254 Review URL: https://codereview.chromium.org/233103003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@263079 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome://settings/contentExceptions#zoomlevelsbattre@chromium.org authored
Scheme-and-host patterns are not persisted in the HostZoomMap and get cleared on the next browser restart. Therefore, they are not so privacy sensitive and don't need to be displayed in the content settings. BUG=361575 Review URL: https://codereview.chromium.org/230503004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@263078 0039d316-1c4b-4281-b951-d872f2087c98
-
mpearson@chromium.org authored
Make BookmarksProvider set inline_autocompletion and allowed_to_be_default_match. This has no effect unless bookmarks are made to score more highly (and so they'll empirically end up as the top-scoring match). Includes unit tests. In the process, fix whether trailing slashes are omitted, for consistency with other providers. This will reduce jank if bookmarks are ever inlining. Tested interactively. Likewise, fix whether http:// is omitted. Tested interactively. Also, refactor a common piece of code from ShortcutsProvider to URLPrefix. Likewise, make a protected function in HistoryProvider public for use elsewhere. Mark it static (because it can be). Also, fix a PreventInlineAutocomplete bug in ShortcutsProvider. Adds a test for this. These tests fail before this change. Also, fix a PreventInlineAutocomplete bug in BuiltinProvider. Didn't bother adding a test for this because no tests examine inline_autocompletion here and I didn't want to bother adding some just for this minor change. Tested it interactively. These tests fail before this change. BUG= Review URL: https://codereview.chromium.org/229733004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@263077 0039d316-1c4b-4281-b951-d872f2087c98
-
dalecurtis@chromium.org authored
This reverts commit http://crrev.com/238501 in favor a simpler approach which delays stream creation around suspend and resume events: http://crrev.com/247026 Care must be taken to monitor the UMA stat for increases after this lands. I'll also communicate with the YT team on the bug/ to ensure they provide some assistance in testing. BUG=160920 TEST=No stream hangs. Review URL: https://codereview.chromium.org/190553004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@263076 0039d316-1c4b-4281-b951-d872f2087c98
-