- 05 May, 2014 40 commits
-
-
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
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@268184 0039d316-1c4b-4281-b951-d872f2087c98
-
loislo@chromium.org authored
http://build.chromium.org/f/chromium/perf/dashboard/ui/changelog_blink.html?url=/trunk&range=173285:173288&mode=html TBR= BUG= Review URL: https://codereview.chromium.org/262053004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@268183 0039d316-1c4b-4281-b951-d872f2087c98
-
bruthig@chromium.org authored
BUG=364584 TEST=MaximizeModeControllerTest.AllowsVolumeControl Review URL: https://codereview.chromium.org/251193005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@268181 0039d316-1c4b-4281-b951-d872f2087c98
-
tburkard@chromium.org authored
Only access sb_manager if it was actually created and is not NULL. BUG=369494 R=cbentzel@chromium.org Review URL: https://codereview.chromium.org/265273003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@268180 0039d316-1c4b-4281-b951-d872f2087c98
-
mkwst@chromium.org authored
Same idea as we've done for ManagePasswordItemView: separate subview classes make it simpler to change the content and to understand where the content is coming from. After this CL, it will be a simpler addition to shoehorn in a blacklist confirmation screen in the same way that we've done undo for the item views. ----------------------------------------------------------------------- This is a reland of r267213, which was reverted in order to revert a different patch (r266859) due to LSAN errors. The original review is https://codereview.chromium.org/255903006/ ----------------------------------------------------------------------- BUG=261628 Review URL: https://codereview.chromium.org/266973002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@268179 0039d316-1c4b-4281-b951-d872f2087c98
-
joaodasilva@chromium.org authored
This change unifies the UserPolicySigninServices for Android and iOS into one class, to remove code duplication. The iOS version also gets support for recovering from offline signins: the policy registration will be performed on the next restart in that case, and checked again every 24 hours. BUG=273055, 344403, 278027 TBR=nyquist@chromium.org Review URL: https://codereview.chromium.org/264043008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@268178 0039d316-1c4b-4281-b951-d872f2087c98
-