- 03 Dec, 2013 40 commits
-
-
ananta@chromium.org authored
Ensure that a fullscreen RenderWidgetHostViewAura instance does not restore itself on Windows when we switch away to a different monitor. We have code in RenderWidgetHostViewAura::OnWindowFocused to handle this case. It does this by comparing the display ids of the window being activated and the one losing activation. However in desktop Chrome we could lose activation to a non Aura Window. We handle this case on Windows by getting the cursor position and the display near that and comparing that with the display of the window losing activation. Fixes bug https://code.google.com/p/chromium/issues/detail?id=317532 BUG=317532 R=jam@chromium.org, jam Review URL: https://codereview.chromium.org/100683002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@238441 0039d316-1c4b-4281-b951-d872f2087c98
-
tburkard@chromium.org authored
R=asvitkine@chromium.org, davidben@chromium.org Review URL: https://codereview.chromium.org/100133002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@238440 0039d316-1c4b-4281-b951-d872f2087c98
-
guohui@chromium.org authored
BUG=318859 Review URL: https://codereview.chromium.org/99913004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@238439 0039d316-1c4b-4281-b951-d872f2087c98
-
agl@chromium.org authored
Thanks to PVS-Studio for finding this. BUG=324701 Review URL: https://codereview.chromium.org/99423002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@238438 0039d316-1c4b-4281-b951-d872f2087c98
-
groby@chromium.org authored
R=estade@chromium.org BUG=none Review URL: https://codereview.chromium.org/100103002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@238437 0039d316-1c4b-4281-b951-d872f2087c98
-
jamescook@chromium.org authored
1. Move WebContentsModalDialog support to ExtensionViewHost, as it is only used by extension popups. 2. Break reliance on ChromeWebModalDialogManagerDelegate by providing our own one-line IsWebContentsVisible() implementation. 3. Remove a bunch of OS_ANDROID ifdefs, since Android can use the components module where web_modal stuff is implemented. BUG=321341 TEST=browser_tests, esp. DownloadExtensionTest.DownloadExtensionTest_AcceptDanger Review URL: https://codereview.chromium.org/92743002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@238436 0039d316-1c4b-4281-b951-d872f2087c98
-
dmazzoni@chromium.org authored
BUG=none NOTRY=true Review URL: https://codereview.chromium.org/93643003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@238435 0039d316-1c4b-4281-b951-d872f2087c98
-
jamescook@chromium.org authored
Part of the AppShell extensions system refactor project. BUG=309909 TEST=browser_tests Review URL: https://codereview.chromium.org/100653003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@238431 0039d316-1c4b-4281-b951-d872f2087c98
-
thakis@chromium.org authored
BUG=324911 NOTRY=true Review URL: https://codereview.chromium.org/99893005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@238430 0039d316-1c4b-4281-b951-d872f2087c98
-
rsadam@chromium.org authored
1) Regular swipe flick (Should type hintText) 2) Long swipe flick (Nothing should display) 3) Composed swipe followed by flick (moveCursor triggered, but no flick) BUG=324823 Review URL: https://codereview.chromium.org/99923003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@238429 0039d316-1c4b-4281-b951-d872f2087c98
-
fsamuel@chromium.org authored
BUG=157628 Review URL: https://codereview.chromium.org/95693002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@238428 0039d316-1c4b-4281-b951-d872f2087c98
-
brettw@chromium.org authored
BUG= Review URL: https://codereview.chromium.org/99923002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@238427 0039d316-1c4b-4281-b951-d872f2087c98
-
scottmg@chromium.org authored
When opting in via GYP_MSVS_USE_SYSTEM_TOOLCHAIN=0, set environment variables that tell gyp how to find the automatic toolchain in third_party/win_toolchain. R=maruel@chromium.org BUG=323300 Review URL: https://codereview.chromium.org/100613002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@238426 0039d316-1c4b-4281-b951-d872f2087c98
-
viettrungluu@chromium.org authored
This sets up (most of) the infrastructure that'll be needed to set up a PlatformChannel between parent and child processes. R=darin@chromium.org, darin Review URL: https://codereview.chromium.org/99473007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@238425 0039d316-1c4b-4281-b951-d872f2087c98
-
https://codereview.chromium.org/99103004/wangxianzhu@chromium.org authored
Reason for revert: Bug 323749 still unresolved TBR= NOTREECHECKS=true NOTRY=true Review URL: https://codereview.chromium.org/101543004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@238424 0039d316-1c4b-4281-b951-d872f2087c98
-
xhwang@chromium.org authored
The file was moved in r191811. BUG=none TEST=none R=isherman@chromium.org TBR=achuith@chromium.org, joi@chromium.org Review URL: https://codereview.chromium.org/100453005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@238423 0039d316-1c4b-4281-b951-d872f2087c98
-
mariakhomenko@chromium.org authored
Stores xsrf token in AutocompleteMatch search_terms_args for later use in case the user triggers deletion of a suggestion. BUG=312477 Review URL: https://codereview.chromium.org/54203008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@238422 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@238421 0039d316-1c4b-4281-b951-d872f2087c98
-
eseidel@chromium.org authored
http://build.chromium.org/f/chromium/perf/dashboard/ui/changelog_blink.html?url=/trunk&range=163008:163087&mode=html TBR= BUG= Review URL: https://codereview.chromium.org/101963002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@238420 0039d316-1c4b-4281-b951-d872f2087c98
-
shadi@chromium.org authored
The tests uses media served by cns.chrome:9000/ server under cable and wifi network conditions. BUG=311713 TEST=run_benchmark media.media_cns_cases NOTRY=true Review URL: https://codereview.chromium.org/91623004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@238419 0039d316-1c4b-4281-b951-d872f2087c98
-
kinaba@chromium.org authored
It's deprecated in r233176 and the option is the current default. BUG=231166 Review URL: https://codereview.chromium.org/101353002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@238417 0039d316-1c4b-4281-b951-d872f2087c98
-
ygorshenin@chromium.org authored
BUG=315108 TEST=manual tests on lumpy and pixel Review URL: https://codereview.chromium.org/98583004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@238416 0039d316-1c4b-4281-b951-d872f2087c98
-
peter@chromium.org authored
WebNotification::isHTML() has been returning false since late July when we removed the Web Exposed entry point, so all of this is dead code. The removal shipped in Chrome 30, so it's unlikely to return. BUG= Review URL: https://codereview.chromium.org/95223003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@238415 0039d316-1c4b-4281-b951-d872f2087c98
-
nhiroki@chromium.org authored
BUG=n/a TEST=should pass all existing tests Review URL: https://codereview.chromium.org/80973002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@238414 0039d316-1c4b-4281-b951-d872f2087c98
-
zhaoqin@google.com authored
TBR=senorblanco@chromium.org BUG=110783 TEST=waterfall Review URL: https://codereview.chromium.org/102263002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@238413 0039d316-1c4b-4281-b951-d872f2087c98
-
mkearney@chromium.org authored
store, nacl, multidevice, devtools patch from issue 100723002 Eli, I've added you as a reviewer. This includes very simple starter file for native client so that we can push content migration. I need a native client owner to approve this change. TBR=eliben@chromium.org Review URL: https://codereview.chromium.org/100783002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@238411 0039d316-1c4b-4281-b951-d872f2087c98
-
bartfab@chromium.org authored
This CL whitelists two more apps for use in public sessions, Google Keep demo and Google+ Photos demo. Both will be used in retail mode. The CL also updates the descriptions of existing whitelisted apps to clarify which ones are demo versions of actual apps. BUG=317909 TEST=None Review URL: https://codereview.chromium.org/88293003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@238410 0039d316-1c4b-4281-b951-d872f2087c98
-
perkj@chromium.org authored
Review URL: https://codereview.chromium.org/57913002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@238409 0039d316-1c4b-4281-b951-d872f2087c98
-
sky@chromium.org authored
This has the minimal support working. You can create layerless windows add/remove them from a hierarchy, add children with layers and everything is kept in sync (including bounds). Painting has not been wired up yet. The interesting bit of this change is that Layer and Window bounds are no longer in sync. This is necessitated by Layer's having to be parented to Layers. To avoid changing bounds() to dynamically figure out the real bounds I made Window cache the bounds. BUG=none TEST=none R=ben@chromium.org Review URL: https://codereview.chromium.org/82283002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@238408 0039d316-1c4b-4281-b951-d872f2087c98
-
bulach@chromium.org authored
This will make sheriffing easier and print the link to the bug in case there are no online devices. BUG=324744 TBR=navabi@chromium.org Review URL: https://codereview.chromium.org/98693003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@238407 0039d316-1c4b-4281-b951-d872f2087c98
-
dconnelly@chromium.org authored
This is a re-land of https://codereview.chromium.org/92153002/. BUG=271392 Review URL: https://codereview.chromium.org/101163003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@238406 0039d316-1c4b-4281-b951-d872f2087c98
-
alexis.menard@intel.com authored
The code in this directory was moved from chrome/renderer/pepper so the OWNERS over there are the appropriate folks to review the changes in the new nacl/renderer directory. This is part of an effort to componentize NaCl code. BUG=244791 Review URL: https://codereview.chromium.org/99673002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@238404 0039d316-1c4b-4281-b951-d872f2087c98
-
hclam@chromium.org authored
There is no functional change in this patch. This change only does renaming. Extensions API namespaces: webrtc.castSendTransport -> cast.streaming.rtpStream webrtc.castUdpTransport -> cast.streaming.udpTransport Class renaming: WebRtcNativeHandler -> CastStreamingNativeHandler CastSendTransport -> CastRtpStream Tests and related files are also renamed to get rid of the webrtc label. BUG=301920 Review URL: https://codereview.chromium.org/90083002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@238403 0039d316-1c4b-4281-b951-d872f2087c98
-
tonyg@chromium.org authored
Crashes on android BUG=325216 > Infobar system refactor. > > This changes the ownership model of infobars so that InfoBars are long-lived and > own their InfoBarDelegates directly. The InfoBarService pseudo-owns the > InfoBars (instead of deleting them directly, it tells them when they're unowned > and expects them to delete themselves). > > This fixes leaks when infobars are closed while not visible (e.g. in a > background tab) and in general makes the system clearer and easier to reason > about. > > BUG=62154 > TEST=none > R=erg@chromium.org, sail@chromium.org, sky@chromium.org > > Review URL: https://codereview.chromium.org/22694006 TBR=pkasting@chromium.org Review URL: https://codereview.chromium.org/102163002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@238402 0039d316-1c4b-4281-b951-d872f2087c98
-
falken@chromium.org authored
BUG=324260 Review URL: https://codereview.chromium.org/98913002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@238401 0039d316-1c4b-4281-b951-d872f2087c98
-
npentrel@chromium.org authored
This CL refactors the Manage Passwords Bubble Code which previously depended on TabSpecificContentSettings to directly interact with ManagePasswordsController. BUG=261628 Review URL: https://codereview.chromium.org/87853004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@238400 0039d316-1c4b-4281-b951-d872f2087c98
-
hashimoto@chromium.org authored
BUG=None Review URL: https://codereview.chromium.org/98833003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@238399 0039d316-1c4b-4281-b951-d872f2087c98
-
digit@chromium.org authored
This patch reworks the SSL session caching scheme for OpenSSL client sockets, as an attempt to get rid of the mysterious crashes described at http://crbug.com/298606 - Move the internal SSLSessionCache class to its own source file, while renaming it as SSLSessionCacheOpenSSL. - Change the session caching logic to: - Completely disable OpenSSL's builtin cache. - Implement Session ID generation (and uniqueness check). - Implement eviction and expiration detection. - Add a unit test for SSLSessionCacheOpenSSL. - Modify SSLClientSocketOpenSSL implementation to use the new cache. BUG=298606 R=rsleevi@chromium.org,agl@chromium.org,wtc@chromium.org Review URL: https://codereview.chromium.org/89623002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@238398 0039d316-1c4b-4281-b951-d872f2087c98
-
skyostil@chromium.org authored
TBR=tonyg@chromium.org, piman@chromium.org NOTRY=true BUG=323813 Review URL: https://codereview.chromium.org/101963003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@238397 0039d316-1c4b-4281-b951-d872f2087c98
-
dubroy@chromium.org authored
Failed to comile on Linux ChromiumOS: http://goo.gl/vNSg7r > Add some DVLOG's in MetadataDatabase::Update* methods > > BUG=none > TEST=manual > > Review URL: https://codereview.chromium.org/101743002 TBR=kinuko@chromium.org Review URL: https://codereview.chromium.org/102063002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@238396 0039d316-1c4b-4281-b951-d872f2087c98
-