- 09 Jan, 2013 40 commits
-
-
isherman@chromium.org authored
This moves the GTK- and Views-specific code for alerting RenderWidgetHostView keypress listeners of keypress events into the shared method RenderWidgetHostImpl::ForwardKeyboardEvent() that all implementations bottleneck through. Also updates RenderWidgetHostImpl::KeyPressListenersHandleEvent() to ignore events with the skip_in_browser flag set. BUG=51644 Review URL: https://chromiumcodereview.appspot.com/11779035 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175691 0039d316-1c4b-4281-b951-d872f2087c98
-
danakj@chromium.org authored
The method sends the render passes it is given to the parent compositor via the output surface. It should include a valid frame metadata with it. Tests: DelegatingRendererTestDraw.runSingleThread DelegatingRendererTestDraw.runMultiThread DelegatingRendererTestResources.runSingleThread DelegatingRendererTestResources.runMultiThread R=piman BUG=123444 Review URL: https://chromiumcodereview.appspot.com/11777025 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175690 0039d316-1c4b-4281-b951-d872f2087c98
-
petarj@mips.com authored
The script has to be aware of MIPS arch, so it can figure out that the libary is for MIPS. BUG= https://code.google.com/p/chromium/issues/detail?id=130022 TEST=make chrome Review URL: https://chromiumcodereview.appspot.com/11819009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175689 0039d316-1c4b-4281-b951-d872f2087c98
-
danakj@chromium.org authored
cc: Map the clip_rect in the SharedQuadState to include the drawTransform of the hosting delegated renderer layer. The clip rect is assuming that it draws to its old target space, but it will be drawing to the target space of the delegated renderer layer, so adjust it accordingly. Tests: cc_unittests:DelegatedRendererLayerImplTestSharedData.SharedData BUG=123444 NOTRY=true Review URL: https://chromiumcodereview.appspot.com/11828011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175688 0039d316-1c4b-4281-b951-d872f2087c98
-
dmazzoni@chromium.org authored
This re-enables several tests that were disabled, and adds new expectations where they were missing before. It also cleans up some tests by suppressing unnecessary attributes, and makes the Mac "subrole" attribute hidden by default since it's rarely useful. The correctness of the output was determined by these specs: HTML: http://www.w3.org/TR/html-aapi/ ARIA: http://www.w3.org/WAI/PF/aria-implementation/ BUG=165838 TBR=dtseng Review URL: https://chromiumcodereview.appspot.com/11785038 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175687 0039d316-1c4b-4281-b951-d872f2087c98
-
oshima@chromium.org authored
TBR=sky@chromium.org BUG=none TEST=none Review URL: https://codereview.chromium.org/11830015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175683 0039d316-1c4b-4281-b951-d872f2087c98
-
wangxianzhu@chromium.org authored
BUG=165783 Review URL: https://chromiumcodereview.appspot.com/11778051 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175682 0039d316-1c4b-4281-b951-d872f2087c98
-
fsamuel@chromium.org authored
This change requires this WebKit patch: https://bugs.webkit.org/show_bug.cgi?id=104404 This change enables access to the guest's window's name attribute from the embedder <webview>. It also enables changes to the window name attribute from the embedder WebContents. BUG=140316 Test=BrowserPluginHostTest.ChangeWindowName Review URL: https://codereview.chromium.org/11554030 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175681 0039d316-1c4b-4281-b951-d872f2087c98
-
xhwang@chromium.org authored
Review URL: https://chromiumcodereview.appspot.com/11824008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175679 0039d316-1c4b-4281-b951-d872f2087c98
-
cpu@chromium.org authored
The core problem is that the key that controls the execution of a protocol HKEY_CLASSES_ROOT\<protocol>\Shell\Open\Command Has changed, we expect the Default value to be a valid command like foo.exe %1 but this is no longer the case. This value can be empty and other values will control what happens, for instance DelegateExecute. This CL also whitelists the protocol, alternatively we could hardcode a meaniful string to present to the user but that presents localization issues. We take the same approach as IE and just launch the windows store if we see this protocol. BUG=159096 TEST=see bug Review URL: https://codereview.chromium.org/11316038 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175678 0039d316-1c4b-4281-b951-d872f2087c98
-
dmazzoni@chromium.org authored
The goal is just to make sure this code has test coverage, not to test correctness. There was an issue in the past where the code that computed the histograms crashed in debug mode, this will help prevent something like that from landing in the future. BUG=99504 Review URL: https://chromiumcodereview.appspot.com/11778045 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175677 0039d316-1c4b-4281-b951-d872f2087c98
-
koz@chromium.org authored
BUG=155221 Review URL: https://chromiumcodereview.appspot.com/11638053 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175676 0039d316-1c4b-4281-b951-d872f2087c98
-
groby@chromium.org authored
R=jhawkins@chromium.org BUG=none Review URL: https://chromiumcodereview.appspot.com/11773048 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175675 0039d316-1c4b-4281-b951-d872f2087c98
-
dbeam@chromium.org authored
R=sky@chromium.org TEST=Repro steps in bug #168746. BUG=166348 Review URL: https://chromiumcodereview.appspot.com/11784036 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175674 0039d316-1c4b-4281-b951-d872f2087c98
-
stevenjb@chromium.org authored
This will track Shill Device info, including Wifi access point data. BUG=167987 Review URL: https://chromiumcodereview.appspot.com/11743006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175673 0039d316-1c4b-4281-b951-d872f2087c98
-
groby@chromium.org authored
BUG=168652 Review URL: https://chromiumcodereview.appspot.com/11788020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175672 0039d316-1c4b-4281-b951-d872f2087c98
-
stevet@chromium.org authored
Change the method to no longer write to both App GUIDs, just the one that matches the distribution of the caller. This means that GCAPI will only write to the Google Chrome product's client state key, and not to the Chrome Binaries. Replace SetOmahaExperimentLabel in the GCAPI code with a more specific version, and have SetOmahaExperimentLabel perform the general clobber-write to the registry. This is in preparation for future work in using the experiment_labels to transmit Chrome Variations. BUG=160251 Review URL: https://chromiumcodereview.appspot.com/11280067 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175671 0039d316-1c4b-4281-b951-d872f2087c98
-
mukai@chromium.org authored
Now it doesn't dismiss the item. When click happens in the toast, it will hide from the popup but remain in the center. BUG=165576 Review URL: https://codereview.chromium.org/11778012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175669 0039d316-1c4b-4281-b951-d872f2087c98
-
mpearson@chromium.org authored
> Omnibox: Make HistoryQuick provider not re-issue queries if |minimal_changes| is true > > BUG= > > > Review URL: https://chromiumcodereview.appspot.com/11722020 I'm reverting this because it causes problems with backspace, at least when certain field trials are enabled. See https://code.google.com/p/chromium/issues/detail?id=168725 We'll probably chose a different strategy to fix this in a better way (in terms of how the code should work), but at least this puts the behavior back to what people are used to. BUG=168725 TBR=mpearson@chromium.org Review URL: https://codereview.chromium.org/11820015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175668 0039d316-1c4b-4281-b951-d872f2087c98
-
yosin@chromium.org authored
Context menu button isn't useful for editing item and it casuses a problem when displaying context menu on editing item. BUG=76189 Review URL: https://codereview.chromium.org/11777026 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175667 0039d316-1c4b-4281-b951-d872f2087c98
-
noelallen@chromium.org authored
Host and NaCl builds currently use different headers which can cause build problems. This change moves the headers out of the toolchains and instead all toolchains share the same set as the host builds. NOTRY=true BUG=168718 R=binji@chromium.org Review URL: https://chromiumcodereview.appspot.com/11825003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175666 0039d316-1c4b-4281-b951-d872f2087c98
-
binji@chromium.org authored
This change allows you to compile all .cc files for nacl-mounts. Previously you need to include compile kernel_wrap.cc, but only copy (not compile) the other kernel_wrap_*.cc files. This is convenient for someone making a visual studio project -- they can just drop all the .cc files into a project and everything "just works". BUG=none R=noelallen@chromium.org NOTRY=true Review URL: https://chromiumcodereview.appspot.com/11744010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175665 0039d316-1c4b-4281-b951-d872f2087c98
-
derat@chromium.org authored
This updates a few more classes to be observers of PowerManagerClient in addition to RootPowerManagerClient. After powerm is moved into powerd, all of the RootPowerManagerClient code will be deleted. BUG=chromium-os:36804 Review URL: https://chromiumcodereview.appspot.com/11824005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175664 0039d316-1c4b-4281-b951-d872f2087c98
-
oshima@chromium.org authored
TBR=atwilson@chromium.org BUG=168882 TEST=none NOTRY=true Review URL: https://chromiumcodereview.appspot.com/11825008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175663 0039d316-1c4b-4281-b951-d872f2087c98
-
dhollowa@chromium.org authored
Also allow InstantExtended field trial groups to override this behavior and set espv values as they see fit, to provide for flexibility for future experiments. BUG=168298 Review URL: https://codereview.chromium.org/11743035 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175660 0039d316-1c4b-4281-b951-d872f2087c98
-
tonyg@chromium.org authored
There is a linux adb binary checked in to platform-tools. We use it if on linux and the adb command isn't found. BUG=None TEST=tools/perf/run_multipage_benchmarks --browser=list -v Review URL: https://codereview.chromium.org/11830011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175659 0039d316-1c4b-4281-b951-d872f2087c98
-
gavinp@chromium.org authored
Over in related https://codereview.chromium.org/11649028/ , I had to add HISTOGRAM_BOOLEAN. It's not right that UMA_HISTOGRAM_* and HISTOGRAM_* are not the same. This CL doesn't fix that, but it does at least make things less bad. R=isherman@chromium.org BUG=None Review URL: https://chromiumcodereview.appspot.com/11794020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175658 0039d316-1c4b-4281-b951-d872f2087c98
-
eroman@chromium.org authored
Review URL: https://chromiumcodereview.appspot.com/11788022 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175657 0039d316-1c4b-4281-b951-d872f2087c98
-
beaudoin@chromium.org authored
Adds a mechanism to TemplateURL to optionally allow search term extraction only when a given key is present (for Google, this is "espv"). Uses this to ensure ToolbarModel no longer relies on the hardcoded "espv" parameter. Depends on: https://codereview.chromium.org/11552020/ BUG=161602 Review URL: https://chromiumcodereview.appspot.com/11576044 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175656 0039d316-1c4b-4281-b951-d872f2087c98
-
stevenjb@chromium.org authored
BUG=168244 Owner: TBR=sky@chromium.org Review URL: https://chromiumcodereview.appspot.com/11766002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175655 0039d316-1c4b-4281-b951-d872f2087c98
-
cpu@chromium.org authored
Possibly the change of http://src.chromium.org/viewvc/chrome?view=rev&revision=175642 Broke the mac plist string generation BUG=168890 TEST=mac bot not red TBR=thakis Review URL: https://codereview.chromium.org/11829014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175654 0039d316-1c4b-4281-b951-d872f2087c98
-
kaiwang@chromium.org authored
> ThreadedTest that a non-null OutputSurface that fails initialization immediately doesn't crash > > Unit test to catch things like bug 168691 > > BUG= > > > Review URL: https://chromiumcodereview.appspot.com/11782026 The new tests this change added fail on Mac and linux TBR=jamesr@chromium.org Review URL: https://codereview.chromium.org/11830013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175653 0039d316-1c4b-4281-b951-d872f2087c98
-
joth@chromium.org authored
BUG= Review URL: https://chromiumcodereview.appspot.com/11829005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175651 0039d316-1c4b-4281-b951-d872f2087c98
-
joth@chromium.org authored
This doesn't change over the lifetime of the prcoess, so we can easily keep ahold of one instance. BUG= Review URL: https://chromiumcodereview.appspot.com/11791010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175650 0039d316-1c4b-4281-b951-d872f2087c98
-
mukai@chromium.org authored
See the attachments of crbug.com/166786#c2 the bubble has border for focus. BUG=166786 TEST=open the message center bubble when there're no notifications and confirmed no focus borders appear. Review URL: https://codereview.chromium.org/11737029 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175649 0039d316-1c4b-4281-b951-d872f2087c98
-
alexeypa@chromium.org authored
This CL localizes usage of DesktopEnvironment to a single method that creates audio/video schedulers and hook up the event executor. This prepares further refactoring of DesktopEnvironment that should become a factory for classes interacting with the specific desktop environment. Related changes in this CL: - MouseClampingFilter receives screen size on the proper thread. - ClientSessionTest.* tests now run asynchronously to support MouseClampingFilter change. - ClientSession does not expose DesktopEnvironment. - InputEventTracker can be re-attached to a different InputStub. BUG=104544 Review URL: https://chromiumcodereview.appspot.com/11781003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175648 0039d316-1c4b-4281-b951-d872f2087c98
-
mukai@chromium.org authored
BUG=166786 TEST=login and see if the shelf has the notification icon even though there're no notifications. Review URL: https://codereview.chromium.org/11761032 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175647 0039d316-1c4b-4281-b951-d872f2087c98
-
nduca@chromium.org authored
R=tonyg BUG=168905 NOTRY=True Review URL: https://codereview.chromium.org/11824014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175646 0039d316-1c4b-4281-b951-d872f2087c98
-
cpu@chromium.org authored
This fixes the debug crash here: DCHECK(!wm::IsWindowMinimized(gained_active)) This is testing kShowStateKey that has not yet been changed to the expected value. As far as I can tell, when called from OnWindowActivated is already from ash::window::Show when window.cc calls into the delegate: delegate_->OnWindowTargetVisibilityChanged(visible); Which triggers BrowserView::RestoreFocus which triggers a cascade of focus notifications ending up in aura::FocusManager::FocusWindow which calls ActivationController::ActivateWindow which calls BaseLayoutManager::OnWindowActivated In other word we re-enter and as a side effect the kShowStateKey has not yet been set. Full stack in the bug. BUG=166952 TEST=see bug Review URL: https://codereview.chromium.org/11633029 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175645 0039d316-1c4b-4281-b951-d872f2087c98
-
sschmitz@chromium.org authored
Solution: the popup keeps mouse capture, so that any mouse click closes it (via WebKit's WebPopupMenuImpl.cpp) not just clicks in it or in its browser window. BUG=161129 TEST=navigate to http://www.w3schools.com/tags/tryit.asp?filename=tryhtml_select Click on the "car name" to bring up the pop-up. Click outside the browser window to see it close (just as for clicking inside the browser window) Review URL: https://chromiumcodereview.appspot.com/11675002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@175644 0039d316-1c4b-4281-b951-d872f2087c98
-