- 05 May, 2014 40 commits
-
-
geofflang@chromium.org authored
Contains latest es3proto changes. Review URL: https://codereview.chromium.org/260893008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@268234 0039d316-1c4b-4281-b951-d872f2087c98
-
asvitkine@chromium.org authored
The new class is responsible for managing various MetricsService state prefs, such as client id, low entropy source and the UMA opt-in state, as well as the cloned install detector. Also, moves IsMetricsReportingEnabled() from chrome_browser_main.cc to the new class as well as changing a couple MetricsService browser tests to instead be unit tests of the new class. BUG=368413 Review URL: https://codereview.chromium.org/256143006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@268232 0039d316-1c4b-4281-b951-d872f2087c98
-
rockot@chromium.org authored
This moves the chrome.usb API implementation into the core set of extensions APIs. BUG=369391 R=rpaquay TBR=yoz for extensions TBR=sky for +chrome/browser/ui in test DEPS Review URL: https://codereview.chromium.org/268713013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@268231 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@268230 0039d316-1c4b-4281-b951-d872f2087c98
-
fgalligan@chromium.org authored
See https://codereview.chromium.org/261253002/ for the actual changes. BUG=366025 Review URL: https://codereview.chromium.org/268953002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@268229 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@268228 0039d316-1c4b-4281-b951-d872f2087c98
-
robertphillips@google.com authored
https://code.google.com/p/skia/source/list?num=1&start=14566 TBR= BUG= Review URL: https://codereview.chromium.org/265153003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@268227 0039d316-1c4b-4281-b951-d872f2087c98
-
sungmann.cho@navercorp.com authored
According to the issue 265021, ContentClient::CanHandleWhileSwappedOut() was introduced to support synchronous browser->renderer messages for WebView. But this is now obsolete, so we can remove it. BUG=265021 Review URL: https://codereview.chromium.org/248703002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@268226 0039d316-1c4b-4281-b951-d872f2087c98
-
ben@chromium.org authored
> Add support for mapping node tree on the client. > > R=sky@chromium.org > http://crbug.com/365012 > > Review URL: https://codereview.chromium.org/260863008 TBR=ben@chromium.org Review URL: https://codereview.chromium.org/269973002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@268225 0039d316-1c4b-4281-b951-d872f2087c98
-
mfomitchev@chromium.org authored
Unofficial design doc: https://docs.google.com/a/google.com/document/d/1uOphhlascPTfNjsI2QTdeVTp-ANEz-g2rqGli5yVv34/edit#heading=h.a67n1i6wy36k Reviews of the previous uncommitted implementation iterations: https://codereview.chromium.org/240333007 https://codereview.chromium.org/225143007 BUG=368828 Review URL: https://codereview.chromium.org/262483003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@268224 0039d316-1c4b-4281-b951-d872f2087c98
-
tfarina@chromium.org authored
These are non problematic tests that do not require any extra setup and do not depend on any global state, so it is safe to move straightforward to gfx_unittests. BUG=331829 TEST=ui_unittests, gfx_unittests TBR=danakj@chromium.org,ben@chromium.org Review URL: https://codereview.chromium.org/268043002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@268223 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@268222 0039d316-1c4b-4281-b951-d872f2087c98
-
eseidel@chromium.org authored
http://build.chromium.org/f/chromium/perf/dashboard/ui/changelog_blink.html?url=/trunk&range=173288:173313&mode=html TBR= BUG= Review URL: https://codereview.chromium.org/268103003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@268221 0039d316-1c4b-4281-b951-d872f2087c98
-
ben@chromium.org authored
R=sky@chromium.org http://crbug.com/365012 Review URL: https://codereview.chromium.org/260863008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@268218 0039d316-1c4b-4281-b951-d872f2087c98
-
benjhayden@chromium.org authored
> There are many ways to get it wrong. > > BUG=none > > TBR=darin (for base/) > TBR=sky (for chrome/ and ui/) > TBR=dconnelly (for components/policy/) > TBR=tommi (for media/audio/) > TBR=asvitkine (for tools/metrics/) > TBR=mad (for win8) > > Review URL: https://codereview.chromium.org/261293002 TBR=tnagel@chromium.org Review URL: https://codereview.chromium.org/269893004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@268217 0039d316-1c4b-4281-b951-d872f2087c98
-
achuith@chromium.org authored
* Merge the logic to clear enterprise policy. * Clear enterprise policy by default. This is useful for hotrod testing. BUG=342884 TEST=manual NOTRY=True Review URL: https://codereview.chromium.org/266023002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@268216 0039d316-1c4b-4281-b951-d872f2087c98
-
rockot@chromium.org authored
Several incorrect assumptions about actual and expected buffer sizes are corrected in the Windows HidConnection implementation. BUG=369344 TBR=rpaquay Review URL: https://codereview.chromium.org/261053005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@268215 0039d316-1c4b-4281-b951-d872f2087c98
-
sdefresne@chromium.org authored
Remove the helper function test::WaitForBookmarkModelToLoad(Profile*) and port client to use test::WaitForBookmarkModelToLoad(BookmarkModel*) instead. BUG=367839 TBR=sky Review URL: https://codereview.chromium.org/257003004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@268214 0039d316-1c4b-4281-b951-d872f2087c98
-
phajdan.jr@chromium.org authored
BUG=349236 R=sky@chromium.org Review URL: https://codereview.chromium.org/264973015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@268213 0039d316-1c4b-4281-b951-d872f2087c98
-
mnissler@chromium.org authored
BUG=chromium:368421 TEST=See bug. Review URL: https://codereview.chromium.org/261643003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@268212 0039d316-1c4b-4281-b951-d872f2087c98
-
fjhenigman@chromium.org authored
Fix up some include files, supply some functions, and make the hardware module search path configurable at compile time and run time. TBR=dalecurtis@chromium.org BUG=358029 Review URL: https://codereview.chromium.org/252583002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@268211 0039d316-1c4b-4281-b951-d872f2087c98
-
benjhayden@chromium.org authored
> Add real file for AdNetworks DB > > This adds the real hash file for the ad_networks.dat file. The implementation > for the database went in last week, and seems to be stable. > > Follows: https://codereview.chromium.org/242303002/ > > notry'ing, since it's a pure binary change. > > BUG=357204 > NOTRY=true > > Review URL: https://codereview.chromium.org/268063004 TBR=rdevlin.cronin@chromium.org Review URL: https://codereview.chromium.org/264113002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@268209 0039d316-1c4b-4281-b951-d872f2087c98
-
jam@chromium.org authored
Move some interfaces from content/port to internal content since they're not referenced in content/port anymore. BUG=304341 R=avi@chromium.org Review URL: https://codereview.chromium.org/264033002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@268206 0039d316-1c4b-4281-b951-d872f2087c98
-
dati91@gmail.com authored
NOTRY=true BUG= Review URL: https://codereview.chromium.org/262223002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@268205 0039d316-1c4b-4281-b951-d872f2087c98
-
viettrungluu@chromium.org authored
R=darin@chromium.org Review URL: https://codereview.chromium.org/262093003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@268204 0039d316-1c4b-4281-b951-d872f2087c98
-
tnagel@chromium.org authored
BUG=none TBR=darin (for base/) TBR=sky (for chrome/ and ui/) TBR=dconnelly (for components/policy/) TBR=tommi (for media/audio/) TBR=asvitkine (for tools/metrics/) TBR=mad (for win8) Review URL: https://codereview.chromium.org/261293002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@268203 0039d316-1c4b-4281-b951-d872f2087c98
-
mkwst@chromium.org authored
This CL adds a new view to the bubble, to be displayed to the user when she clicks on the icon for a site where she's previously elected to "Never save passwords". From this view, she may elect to unblacklist the site, enabling passwords to be saved going forward. To do so, a PasswordFormMap is piped through the password manager client when sending a BlacklistBlockedAutofill notifiation. That contains the information we'll need to pass into the PasswordStore to remove the blacklist. BUG=357597 Review URL: https://codereview.chromium.org/259153004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@268202 0039d316-1c4b-4281-b951-d872f2087c98
-
zhaoqin@google.com authored
TBR=bruening@chromium.org BUG=NONE Review URL: https://codereview.chromium.org/265253005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@268201 0039d316-1c4b-4281-b951-d872f2087c98
-
rdevlin.cronin@chromium.org authored
This adds the real hash file for the ad_networks.dat file. The implementation for the database went in last week, and seems to be stable. Follows: https://codereview.chromium.org/242303002/ notry'ing, since it's a pure binary change. BUG=357204 NOTRY=true Review URL: https://codereview.chromium.org/268063004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@268199 0039d316-1c4b-4281-b951-d872f2087c98
-
abodenha@google.com authored
> Enabled volume buttons when TouchView is active > > BUG=364584 > TEST=MaximizeModeControllerTest.AllowsVolumeControl > > Review URL: https://codereview.chromium.org/251193005 TBR=bruthig@chromium.org Review URL: https://codereview.chromium.org/266223003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@268198 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-release@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@268197 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@268195 0039d316-1c4b-4281-b951-d872f2087c98
-
achuith@chromium.org authored
BUG=342884 TEST=manual NOTRY=True Review URL: https://codereview.chromium.org/265983004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@268194 0039d316-1c4b-4281-b951-d872f2087c98
-
machenbach@chromium.org authored
Please reply to the V8 sheriff ishell@chromium.org in case of problems. TBR=ishell@chromium.org Review URL: https://codereview.chromium.org/262173004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@268193 0039d316-1c4b-4281-b951-d872f2087c98
-
dominik.rottsches@intel.com authored
Depends on Blink side change: https://codereview.chromium.org/258953005/ and should only be landed after this was landed and rolled. BUG=367082 Review URL: https://codereview.chromium.org/255943007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@268192 0039d316-1c4b-4281-b951-d872f2087c98
-
sdefresne@chromium.org authored
Chrome on iOS uses some third party code from a directory named ThirdParty that includes java files. They are not used but cause warnings when running tools/checkdeps/checkdeps.py instead of being ignored. Review URL: https://codereview.chromium.org/239993004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@268191 0039d316-1c4b-4281-b951-d872f2087c98
-
abodenha@google.com authored
Probable cause of break at http://build.chromium.org/p/chromium.win/builders/Win7%20Tests%20%282%29/builds/28903 > Removed dependency on the UI from the NetworkPortalDetector. > > BUG=363776 > TEST=browser_tests:NetworkPortalDetectorImpl* > R=stevenjb@chromium.org > > Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=267169 > > Review URL: https://codereview.chromium.org/245113003 TBR=ygorshenin@chromium.org Review URL: https://codereview.chromium.org/263163004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@268190 0039d316-1c4b-4281-b951-d872f2087c98
-
tfarina@chromium.org authored
We don't need to wrap the targets of these files inside ios condition because we already do this in components.gyp. BUG=325241 TEST=gyp + build + green trybots R=blundell@chromium.org NOTRY=true Review URL: https://codereview.chromium.org/266103002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@268188 0039d316-1c4b-4281-b951-d872f2087c98
-
tommi@chromium.org authored
This fixes an issue with getUserMedia where users have to repeatedly allow getUserMedia requests made by the same page. The approach is to cache granted media access flags with the navigation entry. The access is not granted to other instances of the same page and is not persisted. BUG=269719,263333 Review URL: https://codereview.chromium.org/262763004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@268187 0039d316-1c4b-4281-b951-d872f2087c98
-
merkulova@chromium.org authored
Random pics used as icons as icons are not ready. USB mouse/keyboard detection enabled. Bluetooth mouse detection enabled. Basic support of pincode keyboards added. Bluetooth keyboard detection with passphrase was not checked. Layout should be polished. Not all device-types are supported (e.g. joystick or keyboard_mouse_combo class). Screen is put behind the flag enable-hid-detection-on-oobe. BUG=127016 TBR=oshima@chromium.org for chromeos_switches Review URL: https://codereview.chromium.org/252503002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@268185 0039d316-1c4b-4281-b951-d872f2087c98
-