- 23 Jul, 2012 40 commits
-
-
szym@chromium.org authored
This is part 2 of the revert. First part in 147897. Does not compile. BUG=none TEST=manual Review URL: https://chromiumcodereview.appspot.com/10806023 TBR=estade@chromium.org Review URL: https://chromiumcodereview.appspot.com/10816024 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@147902 0039d316-1c4b-4281-b951-d872f2087c98
-
rbyers@chromium.org authored
Broke WebKit layout tests, will update and reland. Also stop supporting non-square widgets, no other browser seems to do this and it exposes bugs in web pages. BUG=125773 TEST= Review URL: https://chromiumcodereview.appspot.com/10796071 TBR=rbyers@chromium.org Review URL: https://chromiumcodereview.appspot.com/10810060 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@147899 0039d316-1c4b-4281-b951-d872f2087c98
-
szym@chromium.org authored
Does not compile. BUG=none TEST=manual Review URL: https://chromiumcodereview.appspot.com/10806023 TBR=estade@chromium.org Review URL: https://chromiumcodereview.appspot.com/10805064 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@147897 0039d316-1c4b-4281-b951-d872f2087c98
-
estade@chromium.org authored
BUG=none TEST=manual Review URL: https://chromiumcodereview.appspot.com/10806023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@147895 0039d316-1c4b-4281-b951-d872f2087c98
-
mitchellwrosen@chromium.org authored
BUG=121174 Review URL: https://chromiumcodereview.appspot.com/10803043 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@147894 0039d316-1c4b-4281-b951-d872f2087c98
-
wez@chromium.org authored
BUG=138075 TEST=Connect to a Linux host, run Gnome-terminal and click in the terminal to the right of a line of text. No part of the terminal's contents should become selected by the action, unless the mouse is actually moved between the press and release. Review URL: https://chromiumcodereview.appspot.com/10795065 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@147892 0039d316-1c4b-4281-b951-d872f2087c98
-
hebert.christopherj@chromium.org authored
Callbacks no longer appear when they shouldn't. Types now have events. Page_capture api now has the onChange event. Step 1 appears in the table of contents for the permissions API. BUG=138167 TEST= Review URL: https://chromiumcodereview.appspot.com/10800047 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@147890 0039d316-1c4b-4281-b951-d872f2087c98
-
disher@chromium.org authored
This early return would cause us to not properly move the XWindow when the display configuration changes. This would, for example, result in a black remaining display after detaching an external primary display. BUG=chromium-os:31901 TEST=Manually tested on Lumpy to verify that unplugging an external display does correctly switch the aura_root_0 XWindow back to the internal display. Review URL: https://chromiumcodereview.appspot.com/10816009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@147888 0039d316-1c4b-4281-b951-d872f2087c98
-
rbyers@chromium.org authored
Also stop supporting non-square widgets, no other browser seems to do this and it exposes bugs in web pages. BUG=125773 TEST= Review URL: https://chromiumcodereview.appspot.com/10796071 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@147887 0039d316-1c4b-4281-b951-d872f2087c98
-
gbillock@chromium.org authored
R=pkasting@chromium.org,benwells@chromium.org BUG=122020 TEST=RegisterProtocolHandlerBrowserTest.* Review URL: https://chromiumcodereview.appspot.com/10808059 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@147886 0039d316-1c4b-4281-b951-d872f2087c98
-
cduvall@chromium.org authored
Handlebar can now handle unicode strings. TBR=kalman@chromium.org BUG=131095 Review URL: https://chromiumcodereview.appspot.com/10815059 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@147881 0039d316-1c4b-4281-b951-d872f2087c98
-
sievers@chromium.org authored
Define AcceleratedWidget as ANativeWindow* which can be used to create an EGLSurface. Also do allow direct initialization of NativeViewGLSurfaceEGL. BUG=136923 Review URL: https://chromiumcodereview.appspot.com/10815041 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@147879 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@147878 0039d316-1c4b-4281-b951-d872f2087c98
-
xhwang@chromium.org authored
BUG=132801 TEST=media_unittest Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=147868 Review URL: https://chromiumcodereview.appspot.com/10800057 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@147877 0039d316-1c4b-4281-b951-d872f2087c98
-
mazda@chromium.org authored
Also move WebDialogView into views namespace. BUG=124222,125846 TEST=None Review URL: https://chromiumcodereview.appspot.com/10805047 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@147876 0039d316-1c4b-4281-b951-d872f2087c98
-
atwilson@chromium.org authored
TBR=zmo@chromium.org BUG=none TEST=none Review URL: https://chromiumcodereview.appspot.com/10815054 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@147875 0039d316-1c4b-4281-b951-d872f2087c98
-
jam@chromium.org authored
Fix regression of bug 205 where a plugin in a window shown with window.open may not have the correct parent window. PluginTest.OpenPopupWindowWithPlugin covers this, but this bug is a race condition which is why the test works most of the time (although it shows up on the flakiness dashboard). When I tried to move this test to content_browsertests, the timing was different so it showed up most of the time. BUG=205 Review URL: https://chromiumcodereview.appspot.com/10809051 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@147874 0039d316-1c4b-4281-b951-d872f2087c98
-
jar@chromium.org authored
r=aruslan Review URL: https://chromiumcodereview.appspot.com/10802072 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@147873 0039d316-1c4b-4281-b951-d872f2087c98
-
acolwell@chromium.org authored
Revert 147867 - Move the HungRendererDialogView and HungPagesTableModel classes into a header file hung_renderer_view.h. Add a windows specific override of the HungRendererDialogView class. This is in preparation for displaying the hung renderer dialog using the native metro dialog UI in Windows 8 metro. Reverted because it caused a ChromeOS compile error. BUG=125672 R=sky Review URL: https://chromiumcodereview.appspot.com/10790109 TBR=ananta@chromium.org Review URL: https://chromiumcodereview.appspot.com/10817009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@147872 0039d316-1c4b-4281-b951-d872f2087c98
-
paivanof@gmail.com authored
and URLRequestResourceBundleJob. To achieve that URLRequestSimpleJob::GetData() signature changed to allow async operation finishing. All places implementing GetData() are updated. Patch from Pavel Ivanov <paivanof@gmail.com> BUG=59849,90207 Review URL: https://chromiumcodereview.appspot.com/10696135 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@147869 0039d316-1c4b-4281-b951-d872f2087c98
-
xhwang@chromium.org authored
BUG=132801 TEST=media_unittest Review URL: https://chromiumcodereview.appspot.com/10800057 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@147868 0039d316-1c4b-4281-b951-d872f2087c98
-
ananta@chromium.org authored
Move the HungRendererDialogView and HungPagesTableModel classes into a header file hung_renderer_view.h. Add a windows specific override of the HungRendererDialogView class. This is in preparation for displaying the hung renderer dialog using the native metro dialog UI in Windows 8 metro. BUG=125672 R=sky Review URL: https://chromiumcodereview.appspot.com/10790109 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@147867 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@147866 0039d316-1c4b-4281-b951-d872f2087c98
-
jochen@chromium.org authored
r58: When looking up a file in the first IDs list, and the file is outside of the tree starting at SRCDIR, just use the filename as key Review URL: https://chromiumcodereview.appspot.com/10790118 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@147865 0039d316-1c4b-4281-b951-d872f2087c98
-
yusukes@chromium.org authored
Call XkbSetDetectableAutoRepeat() on Chrome start-up so the server does not send KeyRelease events when the user holds a key. Without this, superfluous DOM key event might be sent to a page, which is bad for compatibility reasons. Note that Gdk (used by Chrome for Linux) calls the Xkb function during its initialization. BUG=138092 TEST=see the bug for demo html; confirmed only one KeyUp DOM event is sent to the page even when a key is long-pressed. Review URL: https://chromiumcodereview.appspot.com/10800050 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@147863 0039d316-1c4b-4281-b951-d872f2087c98
-
asvitkine@chromium.org authored
Has support for drawing and sizing the text, but not selection and cursor movement. BUG=125664 TEST=Existing RenderText unit tests and manual testing by enabling RenderText on Mac in print_web_view_helper.cc code. Review URL: https://chromiumcodereview.appspot.com/10543057 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@147862 0039d316-1c4b-4281-b951-d872f2087c98
-
dennisjeffrey@chromium.org authored
This is a temporary workaround to the problem of ChromeDriver continually growing a DOM node cache while Chrome Endure tests run (significantly impacting the results reported by Chrome Endure tests). There is a discussion with the WebDriver team about how to solve this problem in a better way within WebDriver itself, but for now this workaround should stabilize the Chrome Endure test results until a better solution is implemented. BUG=None TEST=Verified a Gmail Chrome Endure test did not reach steady state in DOM node count without this change, but did reach steady state with this change. NOTRY=true Review URL: https://chromiumcodereview.appspot.com/10795057 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@147860 0039d316-1c4b-4281-b951-d872f2087c98
-
dennisjeffrey@chromium.org authored
The first problem was a small typo where the wrong variable was being used (a boolean value was being used where a threading.Condition object should have been used). The second problem was in the API functions StartTimelineEventMonitoring and StopTimelineEventMonitoring. Previously, these two functions would send a request to tell the remote inspector to start/stop timeline mode, but they did not wait until the requests were serviced before returning. This sometimes led to subtle multithreading problems where the remote inspector module would hang. The fix is to ensure these two API functions wait until their requests are serviced before returning. BUG=None TEST=Ran a Chrome Endure test for 5 seconds with --repeat=100. Previously, we'd see a hang within the first 10 runs or so. Now, all 100 runs pass. NOTRY=true Review URL: https://chromiumcodereview.appspot.com/10795055 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@147859 0039d316-1c4b-4281-b951-d872f2087c98
-
flackr@chromium.org authored
BUG=134802 TEST=Navigate to about:downloads in 2x mode. A 2x fileicon is requested. Review URL: https://chromiumcodereview.appspot.com/10795047 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@147858 0039d316-1c4b-4281-b951-d872f2087c98
-
glider@chromium.org authored
BUG=138045 TBR=zhaoquin Review URL: https://chromiumcodereview.appspot.com/10809053 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@147857 0039d316-1c4b-4281-b951-d872f2087c98
-
dmikurube@chromium.org authored
BUG=123763 TEST=use dmprof. Review URL: https://chromiumcodereview.appspot.com/10795043 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@147856 0039d316-1c4b-4281-b951-d872f2087c98
-
sadrul@chromium.org authored
Notable changes: * Expose GestureEventDetails::touch_points for all kinds of gestures (instead of just BEGIN/END). This makes it possible to count when 3-finger swipes vs 4/4-finger swipes separately. * Instead of using poorly-defined param_first/param_second when constructing a GestureEvent, use better-defined GestureEventDetails. BUG=121179 TEST=covered by existing tests Review URL: https://chromiumcodereview.appspot.com/10816008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@147855 0039d316-1c4b-4281-b951-d872f2087c98
-
bulach@chromium.org authored
There are a few cases such as PathUtils that requires "base::android". BUG= TEST=jni_generator_tests Review URL: https://chromiumcodereview.appspot.com/10803055 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@147854 0039d316-1c4b-4281-b951-d872f2087c98
-
thakis@chromium.org authored
BUG=none TEST=components bot goes green TBR=nona Review URL: https://chromiumcodereview.appspot.com/10816020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@147853 0039d316-1c4b-4281-b951-d872f2087c98
-
penghuang@chromium.org authored
BUG=138255 TEST=Build Review URL: https://chromiumcodereview.appspot.com/10796067 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@147852 0039d316-1c4b-4281-b951-d872f2087c98
-
kaznacheev@chromium.org authored
Also fixed a minor bug in the default action picker title. BUG= TEST= Review URL: https://chromiumcodereview.appspot.com/10790100 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@147851 0039d316-1c4b-4281-b951-d872f2087c98
-
steveblock@chromium.org authored
Also enable it by default when builing with the Android build system. Review URL: https://chromiumcodereview.appspot.com/10807019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@147850 0039d316-1c4b-4281-b951-d872f2087c98
-
felipeg@chromium.org authored
Together with TabAndroid I am also upstreaming part of the chrome_web_contents_view_delegate_android.cc so that we can include tab_android.h and compile it. I am using the target "browser" to check that it compiles. BUG=136075,137008 TEST=compiled with "make browser" Review URL: https://chromiumcodereview.appspot.com/10803010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@147849 0039d316-1c4b-4281-b951-d872f2087c98
-
tommi@chromium.org authored
BUG=138515 TEST=Under valgrind, run: content_unittests --gtest_filter=AudioDeviceTest.* Review URL: https://chromiumcodereview.appspot.com/10806061 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@147848 0039d316-1c4b-4281-b951-d872f2087c98
-
jochen@chromium.org authored
BUG=136090 TEST=browser_tests:*WebNavigation* Review URL: https://chromiumcodereview.appspot.com/10815051 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@147847 0039d316-1c4b-4281-b951-d872f2087c98
-