summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge 221669 "Free memory when the last WebView instance is dest..."joth@chromium.org2013-09-111-0/+9
| | | | | | | | | | | | | | | | | | | > Free memory when the last WebView instance is destroyed. > > Sending a (TRIM_MEMORY_COMPLETE) memory pressure signal to free some > memory (v8,sqlite,image decoding caches) when the last WebView instance > is destroyed. > > BUG=284362 > NOTRY=true > > Review URL: https://chromiumcodereview.appspot.com/23888003 TBR=primiano@chromium.org Review URL: https://codereview.chromium.org/24103002 git-svn-id: svn://svn.chromium.org/chrome/branches/1599/src@222482 0039d316-1c4b-4281-b951-d872f2087c98
* Merge 221881 "Stop sending long press events twice"joth@chromium.org2013-09-114-28/+0
| | | | | | | | | | | | | | | | > Stop sending long press events twice > > Removing one of the events. > > BUG=285999 > > Review URL: https://chromiumcodereview.appspot.com/23449027 TBR=kristianm@chromium.org Review URL: https://codereview.chromium.org/23503048 git-svn-id: svn://svn.chromium.org/chrome/branches/1599/src@222481 0039d316-1c4b-4281-b951-d872f2087c98
* Merge 221946 "[Android WebView] Enable spatial navigation / DPAD"joth@chromium.org2013-09-113-2/+50
| | | | | | | | | | | | | | | | | | | | | > [Android WebView] Enable spatial navigation / DPAD > > Turn on the --enable-spatial-navigation flag, and also bubble up > unhandled DPAD events to the neighboring views in the view tree. > Likewise, WebContentsDelegate::TakeFocus() bubble to logical next > or previous neighbor view. > > Also disabled the FileSystem API while in the area updating flags. > > BUG=286698 > > Review URL: https://chromiumcodereview.appspot.com/23619024 TBR=joth@chromium.org Review URL: https://codereview.chromium.org/23726031 git-svn-id: svn://svn.chromium.org/chrome/branches/1599/src@222480 0039d316-1c4b-4281-b951-d872f2087c98
* Merge 221482 "Fix problem with input fields not gaining focus"joth@chromium.org2013-09-111-7/+5
| | | | | | | | | | | | | | | | | | > Fix problem with input fields not gaining focus > > Brings the onFocusChanged handling exactly inline between ContentView and > AwContents. > > NOTRY=true > BUG=285582 > > Review URL: https://chromiumcodereview.appspot.com/23623020 TBR=joth@chromium.org Review URL: https://codereview.chromium.org/23620039 git-svn-id: svn://svn.chromium.org/chrome/branches/1599/src@222479 0039d316-1c4b-4281-b951-d872f2087c98
* Merge r221557: [Android WebView] Wire up the viewport quirks settingsmnaganov@chromium.org2013-09-1110-90/+151
| | | | | | | | | | | | | | | | | | | | | | > [Android WebView] Wire up the viewport quirks settings > > Wires up Blink WebSettings introduced in > https://codereview.chromium.org/22909031 and then updated in > https://codereview.chromium.org/23691017 > > These quirks are to maintain compatibility with Android apps built on > the Android SDK prior to and including version 18. Presumably, this > can be removed any time after 2015. > > BUG=277369, 282130 > Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=221557 BUG=277369, 282130 TBR=mnaganov@chromium.org Review URL: https://codereview.chromium.org/23902025 git-svn-id: svn://svn.chromium.org/chrome/branches/1599/src@222454 0039d316-1c4b-4281-b951-d872f2087c98
* Incrementing VERSION to 30.0.1599.38chrome-release@google.com2013-09-111-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/branches/1599/src@222409 0039d316-1c4b-4281-b951-d872f2087c98
* Merge 221858 "capture a top java exception on certain Samsung de..."qinmin@chromium.org2013-09-104-9/+23
| | | | | | | | | | | | | | | | | | > capture a top java exception on certain Samsung devices > > This is one of the top crasher on some samsung devices > https://crash.corp.google.com/search?query=android.media.MediaCodec.flush > Capture some exceptions while we are trying to look into the problem > > BUG=278464 > > Review URL: https://chromiumcodereview.appspot.com/23321004 TBR=qinmin@chromium.org Review URL: https://codereview.chromium.org/23465014 git-svn-id: svn://svn.chromium.org/chrome/branches/1599/src@222384 0039d316-1c4b-4281-b951-d872f2087c98
* Merge 222133 "Fix the wrong output device switching caused by an..."jennyz@chromium.org2013-09-103-3/+88
| | | | | | | | | | | | | | > Fix the wrong output device switching caused by an input device being plugged in. > > BUG=286029 > > Review URL: https://chromiumcodereview.appspot.com/23819034 TBR=jennyz@chromium.org Review URL: https://codereview.chromium.org/23464062 git-svn-id: svn://svn.chromium.org/chrome/branches/1599/src@222363 0039d316-1c4b-4281-b951-d872f2087c98
* Merge 222117 "Avoid dereferencing a NULL DeviceState in NetworkI..."benchan@chromium.org2013-09-101-2/+3
| | | | | | | | | | | | | | > Avoid dereferencing a NULL DeviceState in NetworkIconImpl::GetBadges(). > > BUG=276900 > > Review URL: https://chromiumcodereview.appspot.com/23484018 TBR=benchan@chromium.org Review URL: https://codereview.chromium.org/23509011 git-svn-id: svn://svn.chromium.org/chrome/branches/1599/src@222354 0039d316-1c4b-4281-b951-d872f2087c98
* Incrementing VERSION to 30.0.1599.37chrome-release@google.com2013-09-101-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/branches/1599/src@222353 0039d316-1c4b-4281-b951-d872f2087c98
* Merge 220969 "Touch selection: Hide selection handles when overs..."varunjain@chromium.org2013-09-103-2/+54
| | | | | | | | | | | | | | | | | | > Touch selection: Hide selection handles when overscroll is in progress and show > them only after the overscroll animation is complete. > Tests are in separate patch so that merging this patch into the branch is easy. > Patch with test: crrev.com/23620016 > > BUG=263368 > R=sky@chromium.org > > Review URL: https://codereview.chromium.org/23852003 TBR=varunjain@chromium.org Review URL: https://codereview.chromium.org/23757030 git-svn-id: svn://svn.chromium.org/chrome/branches/1599/src@222352 0039d316-1c4b-4281-b951-d872f2087c98
* Merge 221892 "Fix threading issues in aw form database"sgurun@chromium.org2013-09-103-42/+68
| | | | | | | | | | | | | | > Fix threading issues in aw form database > > BUG=285584 > > Review URL: https://chromiumcodereview.appspot.com/23803005 TBR=sgurun@chromium.org Review URL: https://codereview.chromium.org/23477057 git-svn-id: svn://svn.chromium.org/chrome/branches/1599/src@222351 0039d316-1c4b-4281-b951-d872f2087c98
* Merge 218092 "<webview>: Fix ptr access crash on browser plugin ..."lazyboy@chromium.org2013-09-108-3/+76
| | | | | | | | | | | | | | | | | | | | | | | | | | > <webview>: Fix ptr access crash on browser plugin + interstitial teardown. > > If browser plugin loaded an interstitial page as view contents > (e.g. loading plugin resulted in ssl-error), upon closing the > containing app, the interstitial would try to show back > (RenderWidgetHostView::WasShown) the original contents of the > RWHViewGuest, whose render_view_host_ was already in the middle of > destruction. We record the destruction phase and avoid calling methods > on RenderViewHost in this case. > > BUG=270313 > TEST=chrome app <webview>, load a guest pointing a page that results in > ssl-error page showing (Proceed to safety page, etc), close the app. The app > would crash without this change. > Added regression test. > > Review URL: https://chromiumcodereview.appspot.com/23004002 TBR=lazyboy@chromium.org Review URL: https://codereview.chromium.org/23477056 git-svn-id: svn://svn.chromium.org/chrome/branches/1599/src@222348 0039d316-1c4b-4281-b951-d872f2087c98
* Merge 221355 "Show the mixed content shield UI even for HSTS hosts."karen@chromium.org2013-09-101-4/+2
| | | | | | | | | | | | | | | | | | > Show the mixed content shield UI even for HSTS hosts. > > The user deserves a chance to override. Now that we've made the UI subtle, > it's not like users are going to hit the button by accident. > > BUG=285376 > R=thestig@chromium.org, tsepez@chromium.org > > Review URL: https://codereview.chromium.org/23971005 TBR=cevans@chromium.org Review URL: https://codereview.chromium.org/23477055 git-svn-id: svn://svn.chromium.org/chrome/branches/1599/src@222347 0039d316-1c4b-4281-b951-d872f2087c98
* Merge 217954 "Update manifest for latest speech synthesis code."dmazzoni@chromium.org2013-09-101-0/+1
| | | | | | | | | | | | | | | | | | > Update manifest for latest speech synthesis code. > > This is part of the speech synthesis change that makes it timeout > after 30 seconds of inactivity. > > BUG=255669 > NOTRY=true > > Review URL: https://chromiumcodereview.appspot.com/22935007 TBR=dmazzoni@chromium.org Review URL: https://codereview.chromium.org/24047004 git-svn-id: svn://svn.chromium.org/chrome/branches/1599/src@222337 0039d316-1c4b-4281-b951-d872f2087c98
* Merge 220970 "Prevent hanging client by making WebContentsDelega..."karen@chromium.org2013-09-102-1/+8
| | | | | | | | | | | | | | | | | | | | > Prevent hanging client by making WebContentsDelegate::RequestMediaAccessPermission reject request by default. > > When clients of WebContentDelegate calls RequestMediaAccessPermission, they expect a callback. > Some derived classes of WebContentDelegate don't override RequestMediaAccessPermission, which results in client hanging forever. > By making WebContentsDelegate::RequestMediaAccessPermission reject request by default, the client will always get callback. > The subclasses of WebContentDelegate can override the behavior when needed. > > BUG=282591 > R=joi@chromium.org > > Review URL: https://codereview.chromium.org/23532021 TBR=wjia@chromium.org Review URL: https://codereview.chromium.org/23684046 git-svn-id: svn://svn.chromium.org/chrome/branches/1599/src@222331 0039d316-1c4b-4281-b951-d872f2087c98
* Merge 221853 "Send Android accessibility "content changed" event..."dmazzoni@chromium.org2013-09-102-5/+6
| | | | | | | | | | | | | | | | | | | > Send Android accessibility "content changed" event for any change. > > Specifically, AccessibilityEvent.TYPE_WINDOW_CONTENT_CHANGED should > be fired on the appropriate node any time the accessibility tree changes > - previously we were only firing it in a few circumstances. That guarantees > tools like uiautomatorviewer won't see a stale accessibility tree. > > BUG=286374 > > Review URL: https://chromiumcodereview.appspot.com/23481011 TBR=dmazzoni@chromium.org Review URL: https://codereview.chromium.org/23903037 git-svn-id: svn://svn.chromium.org/chrome/branches/1599/src@222328 0039d316-1c4b-4281-b951-d872f2087c98
* Merge 221147 "Whitelist some Google apps for oauth2.auto_approve"karen@chromium.org2013-09-101-1/+3
| | | | | | | | | | | | | | > Whitelist some Google apps for oauth2.auto_approve > > BUG=281587 > > Review URL: https://chromiumcodereview.appspot.com/23499005 TBR=rockot@chromium.org Review URL: https://codereview.chromium.org/23468017 git-svn-id: svn://svn.chromium.org/chrome/branches/1599/src@222327 0039d316-1c4b-4281-b951-d872f2087c98
* [Android WebView] Fix a broken merge done in r221481mnaganov@chromium.org2013-09-101-0/+2
| | | | | | | | | | | | | | | | | | | > [Android WebView] Wire up Blink's UseLegacyBackgroundSizeShorthandBehavior setting > > R=benm@chromium.org > BUG=277157 > TEST=AwSettingsTest#testUseLegacyBackgroundSizeShorthandBehavior > > Review URL: https://chromiumcodereview.appspot.com/23483005 The merge was lacking a change in webkit/renderer/webpreferences_renderer.cc because the file has been renamed upstream. TBR=mnaganov@chromium.org Review URL: https://codereview.chromium.org/24096005 git-svn-id: svn://svn.chromium.org/chrome/branches/1599/src@222324 0039d316-1c4b-4281-b951-d872f2087c98
* Merge 221221 "Fix Views Combobox and TreeView input minimally."msw@chromium.org2013-09-102-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | > Fix Views Combobox and TreeView input minimally. > > Fixes r216992's regression (input not sent to Combobox/TreeView). > Call views::InputMethod::On[Focus|Blur] for Combobox and TreeView. > This correctly forwards input method input to the focused views. > (this minimal CL should be mergeable to fix this issue in M-30) > > I had landed a fix that was more complex: http://crrev.com/219673 > That caused regressions and was reverted: http://crrev.com/220121 > Both CLs should be superceded by: http://crrev.com/23583013 > (but that CL is a complex WIP proof of concept, not mergeable) > > BUG=276720 > TEST=Test Win (desktop, Win8 Metro, and Aura builds), CrOS, and Linux Aura's Omnibox, Find Bar, Bookmark Bubble, and Edit Bookmark Dialog's textfield text entry (and text input handling to select combobox and tree view elements) with EN, JA, and other IMEs, and related IME usage (Win+Space to change IME on Win8, Alt+` to change modes, etc.). Also test with --enable-text-services-framework. > R=sky@chromium.org > > Review URL: https://chromiumcodereview.appspot.com/23882003 TBR=msw@chromium.org Review URL: https://codereview.chromium.org/24088006 git-svn-id: svn://svn.chromium.org/chrome/branches/1599/src@222292 0039d316-1c4b-4281-b951-d872f2087c98
* Merge 221247 "cc: Adopt new skia object when it's created to avo..."danakj@chromium.org2013-09-101-2/+3
| | | | | | | | | | | | | | | | | | | | > cc: Adopt new skia object when it's created to avoid memory leak. > > Skia ref-counted objects must always be adopted at creation time > in order to prevent memory leaks. The SoftwareRenderer was creating > an SkDrawFilter and passing it to the SkCanvas without adopting it > first, and this was leaking the filter. > > R=aelias > BUG=285161 > > Review URL: https://chromiumcodereview.appspot.com/23619012 TBR=danakj@chromium.org Review URL: https://codereview.chromium.org/23717044 git-svn-id: svn://svn.chromium.org/chrome/branches/1599/src@222286 0039d316-1c4b-4281-b951-d872f2087c98
* Merge 218648 "Null ModelSafeWorker's working_loop_ if loop is de..."zea@chromium.org2013-09-102-8/+25
| | | | | | | | | | | | | | > Null ModelSafeWorker's working_loop_ if loop is destructed and synchronize access to workiing_loop_. Otherwise ModelSafeWorker could try to unregister for dead loop. > > BUG=274729 > > Review URL: https://chromiumcodereview.appspot.com/22985008 TBR=haitaol@chromium.org Review URL: https://codereview.chromium.org/23593009 git-svn-id: svn://svn.chromium.org/chrome/branches/1599/src@222281 0039d316-1c4b-4281-b951-d872f2087c98
* Merge 221300 "Fixing spreadsheets printing."vitalybuka@chromium.org2013-09-105-15/+78
| | | | | | | | | | | | | | | | > Fixing spreadsheets printing. > Some plugins needs to have document loaded to decide if printing is supported. This patch makes scripted print preview for plugins to wait DidStopLoading(). > > BUG=268778 > R=cevans@chromium.org, thestig@chromium.org > > Review URL: https://codereview.chromium.org/23855002 TBR=vitalybuka@chromium.org Review URL: https://codereview.chromium.org/23468016 git-svn-id: svn://svn.chromium.org/chrome/branches/1599/src@222274 0039d316-1c4b-4281-b951-d872f2087c98
* Incrementing VERSION to 30.0.1599.36chrome-release@google.com2013-09-101-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/branches/1599/src@222137 0039d316-1c4b-4281-b951-d872f2087c98
* Merge 221366 "Add a hack to allow us to disable extension garbag..."rkc@chromium.org2013-09-093-2/+47
| | | | | | | | | | | | | | | | | | | > Add a hack to allow us to disable extension garbage collection. > This allows us to disable extension garbage collection for the kiosk mode screensaver extension. > > See associated bug for details. > > R=asargent@chromium.org > BUG=280363 > TEST=Screensaver plays through and loops in retail kiosk mode. > > Review URL: https://chromiumcodereview.appspot.com/23629027 TBR=rkc@chromium.org Review URL: https://codereview.chromium.org/23549024 git-svn-id: svn://svn.chromium.org/chrome/branches/1599/src@222118 0039d316-1c4b-4281-b951-d872f2087c98
* Incrementing VERSION to 30.0.1599.35chrome-release@google.com2013-09-091-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/branches/1599/src@221965 0039d316-1c4b-4281-b951-d872f2087c98
* Incrementing VERSION to 30.0.1599.34chrome-release@google.com2013-09-081-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/branches/1599/src@221935 0039d316-1c4b-4281-b951-d872f2087c98
* Incrementing VERSION to 30.0.1599.33chrome-release@google.com2013-09-071-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/branches/1599/src@221819 0039d316-1c4b-4281-b951-d872f2087c98
* Merge 220205 "Show network settings page only if the user is log..."armansito@chromium.org2013-09-061-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | This CL adapts the fix in r220205 to M30, as a direct merge was non-trivial. Here is the original commit message > Show network settings page only if the user is logged in. > > On connect failures, the network settings page should only be shown if the > user is logged in. > > This CL also addresses a small regression in the way the visibility of ".gsm-only" > elements are set in internet_detail.js. > > BUG=277282 > R=stevenjb@chromium.org > > Review URL: https://codereview.chromium.org/23437005 BUG=277282 R=stevenjb@chromium.org Review URL: https://codereview.chromium.org/23582014 git-svn-id: svn://svn.chromium.org/chrome/branches/1599/src@221797 0039d316-1c4b-4281-b951-d872f2087c98
* Merge 220596 "Differentiate between 'connect-failed' and 'bad-pa..."stevenjb@chromium.org2013-09-065-40/+45
| | | | | | | | | | | | | | | | | | | | | | > Differentiate between 'connect-failed' and 'bad-passphrase' > > Now that all connection requests are going through > NetworkConnectionHandler we can start to improve the connect flow > logic. > > 'connect-failed' can indicate a lot of things; we shouldn't assume that > configuration is required when that Error state is set. > > BUG=278559 > R=pneubeck@chromium.org > > Review URL: https://codereview.chromium.org/22867045 TBR=stevenjb@chromium.org Review URL: https://codereview.chromium.org/23701015 git-svn-id: svn://svn.chromium.org/chrome/branches/1599/src@221734 0039d316-1c4b-4281-b951-d872f2087c98
* Merge 220925 "[andorid_webview] Don't 'jiggle' on overscroll"mkosiba@chromium.org2013-09-064-10/+14
| | | | | | | | | | | | | | | | | | | | | > [andorid_webview] Don't 'jiggle' on overscroll > > The rounding error was accidentally scaled by physical_pixel_scale > which meant that any rounding error left over from any previous > overscroll would get incorrectly scaled up until it could be rounded > to 1, which would then create a negative rounding error which > again would get scaled up to -1. > > BUG=282486 > R=bulach@chromium.org, joth@chromium.org > > Review URL: https://codereview.chromium.org/23583028 TBR=mkosiba@chromium.org Review URL: https://codereview.chromium.org/23814007 git-svn-id: svn://svn.chromium.org/chrome/branches/1599/src@221698 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 221454 "Merge 220596 "Differentiate between 'connect-fail..."vabr@chromium.org2013-09-065-42/+37
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The merge seems to have broken compilation on the "cros beta" builder. More info at http://crbug.com/278559#c8. > Merge 220596 "Differentiate between 'connect-failed' and 'bad-pa..." > > > Differentiate between 'connect-failed' and 'bad-passphrase' > > > > Now that all connection requests are going through > > NetworkConnectionHandler we can start to improve the connect flow > > logic. > > > > 'connect-failed' can indicate a lot of things; we shouldn't assume that > > configuration is required when that Error state is set. > > > > BUG=278559 > > R=pneubeck@chromium.org > > > > Review URL: https://codereview.chromium.org/22867045 > > TBR=stevenjb@chromium.org > > Review URL: https://codereview.chromium.org/23986003 BUG=278559 TBR=stevenjb@chromium.org Review URL: https://codereview.chromium.org/23778005 git-svn-id: svn://svn.chromium.org/chrome/branches/1599/src@221694 0039d316-1c4b-4281-b951-d872f2087c98
* Merge 220949 "DevTools: do not retain unused handles for usb dev..."pfeldman@chromium.org2013-09-061-1/+6
| | | | | | | | | | | | | | > DevTools: do not retain unused handles for usb devices. > BUG=284240 > > Review URL: https://chromiumcodereview.appspot.com/23565008 TBR=pfeldman@chromium.org Review URL: https://codereview.chromium.org/23778004 git-svn-id: svn://svn.chromium.org/chrome/branches/1599/src@221678 0039d316-1c4b-4281-b951-d872f2087c98
* Incrementing VERSION to 30.0.1599.32chrome-release@google.com2013-09-061-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/branches/1599/src@221547 0039d316-1c4b-4281-b951-d872f2087c98
* Merge 220759 "[Android] Update handle positions in onDraw"joth@chromium.org2013-09-051-4/+11
| | | | | | | | | | | | | | | | | > [Android] Update handle positions in onDraw > > Make sure that the stored value of the position of the parent window is > up-to-date when drawing a handle. > > BUG=282611 > > Review URL: https://chromiumcodereview.appspot.com/23476006 TBR=cjhopman@chromium.org Review URL: https://codereview.chromium.org/23614013 git-svn-id: svn://svn.chromium.org/chrome/branches/1599/src@221537 0039d316-1c4b-4281-b951-d872f2087c98
* Merge 221094 "Fix the problem that gray strip appears when expan..."jianli@chromium.org2013-09-051-9/+14
| | | | | | | | | | | | | | | | > Fix the problem that gray strip appears when expanding a minimized stacked panel > > BUG=279549 > TEST=Manual test by launching stacked panels and minimize and expand one of them > R=dimich@chromium.org > > Review URL: https://codereview.chromium.org/23514017 TBR=jianli@chromium.org Review URL: https://codereview.chromium.org/23995002 git-svn-id: svn://svn.chromium.org/chrome/branches/1599/src@221507 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 221498 "Resolved conflicts."armansito@chromium.org2013-09-052-72/+11
| | | | | | | | | | | | > Resolved conflicts. > > TBR=armansito@chromium.org Review URL: https://codereview.chromium.org/23451012 git-svn-id: svn://svn.chromium.org/chrome/branches/1599/src@221500 0039d316-1c4b-4281-b951-d872f2087c98
* Resolved conflicts.armansito@chromium.org2013-09-052-11/+72
| | | | git-svn-id: svn://svn.chromium.org/chrome/branches/1599/src@221498 0039d316-1c4b-4281-b951-d872f2087c98
* Merge 220482 "Default keyboard layout should be set considering ..."dpolukhin@chromium.org2013-09-058-27/+32
| | | | | | | | | | | | | | > Default keyboard layout should be set considering owners preference. > > BUG=chromium:280383 > > Review URL: https://chromiumcodereview.appspot.com/23608003 TBR=alemate@chromium.org Review URL: https://codereview.chromium.org/23432005 git-svn-id: svn://svn.chromium.org/chrome/branches/1599/src@221485 0039d316-1c4b-4281-b951-d872f2087c98
* Merge 220710 "[Android WebView] Wire up Blink's UseLegacyBackgro..."mnaganov@chromium.org2013-09-056-6/+40
| | | | | | | | | | | | | | | | > [Android WebView] Wire up Blink's UseLegacyBackgroundSizeShorthandBehavior setting > > R=benm@chromium.org > BUG=277157 > TEST=AwSettingsTest#testUseLegacyBackgroundSizeShorthandBehavior > > Review URL: https://chromiumcodereview.appspot.com/23483005 TBR=mnaganov@chromium.org Review URL: https://codereview.chromium.org/23550006 git-svn-id: svn://svn.chromium.org/chrome/branches/1599/src@221481 0039d316-1c4b-4281-b951-d872f2087c98
* Merge 219274 "[Android WebView] Parametrize targetDensityDpi sup..."mnaganov@chromium.org2013-09-054-6/+20
| | | | | | | | | | | | | | | | | > [Android WebView] Parametrize targetDensityDpi support > > It is now possible to control targetDensityDpi and other quirks support when constructing AwContents > > BUG=277369 > R=benm@chromium.org > > Review URL: https://codereview.chromium.org/22909031 TBR=mnaganov@chromium.org Review URL: https://codereview.chromium.org/23994002 git-svn-id: svn://svn.chromium.org/chrome/branches/1599/src@221480 0039d316-1c4b-4281-b951-d872f2087c98
* Merge 221034 "[Android] SelectActionBar - resolve style for shar..."benm@chromium.org2013-09-054-5/+39
| | | | | | | | | | | | | | | | | | | > [Android] SelectActionBar - resolve style for share/web search icons. > > Right now we hard code holo-light drawables for the share and web search > icons on the action bar, we should resolve the style as we do for the > other icons. Only snag is that the attributes are not currently public > in the Android framework, so we need an extra level of indirection. > > BUG=283866 > > Review URL: https://chromiumcodereview.appspot.com/23503020 TBR=benm@chromium.org Review URL: https://codereview.chromium.org/23993002 git-svn-id: svn://svn.chromium.org/chrome/branches/1599/src@221478 0039d316-1c4b-4281-b951-d872f2087c98
* Merge 221335 "[Android WebView] Remove some log spam"joth@chromium.org2013-09-051-2/+1
| | | | | | | | | | | | | | | | | > [Android WebView] Remove some log spam > > SpecialStoragePolicy is not required, so no need to log about it. > > NOTRY=true > BUG=285570 > > Review URL: https://chromiumcodereview.appspot.com/23579008 TBR=joth@chromium.org Review URL: https://codereview.chromium.org/23753004 git-svn-id: svn://svn.chromium.org/chrome/branches/1599/src@221459 0039d316-1c4b-4281-b951-d872f2087c98
* Merge 220596 "Differentiate between 'connect-failed' and 'bad-pa..."stevenjb@chromium.org2013-09-055-37/+42
| | | | | | | | | | | | | | | | | | | | | | > Differentiate between 'connect-failed' and 'bad-passphrase' > > Now that all connection requests are going through > NetworkConnectionHandler we can start to improve the connect flow > logic. > > 'connect-failed' can indicate a lot of things; we shouldn't assume that > configuration is required when that Error state is set. > > BUG=278559 > R=pneubeck@chromium.org > > Review URL: https://codereview.chromium.org/22867045 TBR=stevenjb@chromium.org Review URL: https://codereview.chromium.org/23986003 git-svn-id: svn://svn.chromium.org/chrome/branches/1599/src@221454 0039d316-1c4b-4281-b951-d872f2087c98
* Incrementing VERSION to 30.0.1599.31chrome-release@google.com2013-09-051-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/branches/1599/src@221310 0039d316-1c4b-4281-b951-d872f2087c98
* Merge 220749 "Fixes bug where maximized window would go full scr..."sky@chromium.org2013-09-041-0/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | > Fixes bug where maximized window would go full screen, hiding taskbar > > Fix for 94752 and 162535 moved looking up auto-hide edges to > background thread. Because of this we have to assume an initial state > of the appbar (while we do lookup in background). Code was currently > returning nothing hidden. This meant if first chrome windows wanted to > be maximized it would think no edges were visible and go > fullscreen. When this happens windows removes the WS_EX_TOPMOST bit > from the window, so we would continue getting the wrong thing. > > The fix is to assume auto-hide along some edge for initial state. This > way we don't initially go fullscreen and trigger removing of the > WS_EX_TOPMOST property. > > BUG=279467 > TEST=make taskbar auto-hide, start chrome, make chrome window > maximized, close chrome, restart, make sure maximized window opens and > doesn't obscure taskbar (mousing over taskbar triggers showing it). > R=jianli@chromium.org > > Review URL: https://chromiumcodereview.appspot.com/23707011 TBR=sky@chromium.org Review URL: https://codereview.chromium.org/23531030 git-svn-id: svn://svn.chromium.org/chrome/branches/1599/src@221258 0039d316-1c4b-4281-b951-d872f2087c98
* Merge 220595 "On Windows, prefer to generate SHA-1 signatures fo..."wtc@chromium.org2013-09-045-6/+262
| | | | | | | | | | | | | | | | | > On Windows, prefer to generate SHA-1 signatures for TLS 1.2 client > authentication if the client private key is in a CAPI service provider. > > R=rsleevi@chromium.org,agl@chromium.org > BUG=278370 > TEST=will require manual testing by the bug reporter. > > Review URL: https://chromiumcodereview.appspot.com/23545010 TBR=wtc@chromium.org Review URL: https://codereview.chromium.org/23880004 git-svn-id: svn://svn.chromium.org/chrome/branches/1599/src@221227 0039d316-1c4b-4281-b951-d872f2087c98
* Merge 219916 "[Files.app] Not to show the error dialog of unavai..."yoshiki@chromium.org2013-09-041-4/+2
| | | | | | | | | | | | | | | | | | | | > [Files.app] Not to show the error dialog of unavailable folder shortcut. > > This patch is a part of https://codereview.chromium.org/23420003/. The original patch is too large to merge to branch, so we created this small patch only to remove the error dialog of unavailable folder shortcut. > > This is a temporary patch. Once we confirm the fix on the M30 branch, we'll commit the reaming part of the original patch. > > BUG=270436 > TEST=manual > TBR=hirono@chromium.org > > Review URL: https://codereview.chromium.org/23669003 TBR=yoshiki@chromium.org Review URL: https://codereview.chromium.org/23620026 git-svn-id: svn://svn.chromium.org/chrome/branches/1599/src@221189 0039d316-1c4b-4281-b951-d872f2087c98
* Merge 220206 "[GeoLocation] Check for webcontents on the set per..."miguelg@chromium.org2013-09-041-3/+5
| | | | | | | | | | | | | | > [GeoLocation] Check for webcontents on the set permission delegate. > > BUG=278486 > > Review URL: https://chromiumcodereview.appspot.com/23545007 TBR=miguelg@chromium.org Review URL: https://codereview.chromium.org/23530027 git-svn-id: svn://svn.chromium.org/chrome/branches/1599/src@221187 0039d316-1c4b-4281-b951-d872f2087c98
* Merge 220685 "Scale the autofill popup width correctly"sgurun@chromium.org2013-09-041-3/+4
| | | | | | | | | | | | | | > Scale the autofill popup width correctly > > BUG=282636 > > Review URL: https://chromiumcodereview.appspot.com/23441023 TBR=sgurun@chromium.org Review URL: https://codereview.chromium.org/23672021 git-svn-id: svn://svn.chromium.org/chrome/branches/1599/src@221186 0039d316-1c4b-4281-b951-d872f2087c98