- 29 Aug, 2011 12 commits
-
-
podivilov@chromium.org authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98609 0039d316-1c4b-4281-b951-d872f2087c98
-
falken@chromium.org authored
BUG=94217,2685 TEST=view a page that uses CSS property --webkit-locale and verify that the font is the desired default Review URL: http://codereview.chromium.org/7748014 TBR=falken@chromium.org Review URL: http://codereview.chromium.org/7775006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98605 0039d316-1c4b-4281-b951-d872f2087c98
-
falken@chromium.org authored
BUG=94217,2685 TEST=view a page that uses CSS property --webkit-locale and verify that the font is the desired default Review URL: http://codereview.chromium.org/7748014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98603 0039d316-1c4b-4281-b951-d872f2087c98
-
levin@chromium.org authored
TBR=podivilov@chromium.org Review URL: http://codereview.chromium.org/7779008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98602 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98601 0039d316-1c4b-4281-b951-d872f2087c98
-
darin@chromium.org authored
This is a re-attempt at landing http://codereview.chromium.org/7572040, now with a DEPS roll to pick up the changes made to ffmpeg by http://codereview.chromium.org/7778004/ so that media_unittests run properly on Linux. TBR=fischman Review URL: http://codereview.chromium.org/7775004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98600 0039d316-1c4b-4281-b951-d872f2087c98
-
noel@chromium.org authored
windowKeyCode. Simulated since there's no keyboard attached when testing in webkit DRT, so DRT::eventSender.keyDown() must simulate keyboard events. https://bugs.webkit.org/show_bug.cgi?id=66679 BUG=94211 TEST=webkit LayoutTests/plugins/keyboard-events.html Review URL: http://codereview.chromium.org/7740048 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98599 0039d316-1c4b-4281-b951-d872f2087c98
-
yurys@chromium.org authored
We need an abstract interface that would encapsulate communication with inspected instance's DevTools agent. It is going to have different implementations at least for render views and shared workers. This patch leaves all methods on the DevToolsManager that accept inspected RenderViewHost just for convenience. Eventually DevToolsManager should operate in terms of DevToolsAgentHost and DevToolsClientHost only. BUG=None TEST=DevTools tests TBR=pfeldman Review URL: http://codereview.chromium.org/7778001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98598 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98597 0039d316-1c4b-4281-b951-d872f2087c98
-
levin@chromium.org authored
TBR=podivilov@chromium.org Review URL: http://codereview.chromium.org/7781001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98596 0039d316-1c4b-4281-b951-d872f2087c98
-
http://trac.webkit.org/changeset/93879levin@chromium.org authored
TEST=SharedWorker ui tests all crash on OSX after the WebKit roll without this. Review URL: http://codereview.chromium.org/7777004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98595 0039d316-1c4b-4281-b951-d872f2087c98
-
nsylvain@chromium.org authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98594 0039d316-1c4b-4281-b951-d872f2087c98
-
- 28 Aug, 2011 7 commits
-
-
timurrrr@chromium.org authored
TBR=glider Review URL: http://codereview.chromium.org/7779003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98589 0039d316-1c4b-4281-b951-d872f2087c98
-
twiz@google.com authored
PlatformDevice is now a base interface, which is implemented by the various flavours of BitmapPlatformDevice, and VectorPlatformDevice. The BitmapPlatformDevice and VectorPlatformDevice classes now inherit directly from SkDevice, or SkPDFDevice, as appropriate. PlatformDevice helper functions access the PlatformDevice interface attached to a SkDevice via meta-data on the SkDevice. BUG=none TEST=none Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=98230 Review URL: http://codereview.chromium.org/7633040 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98585 0039d316-1c4b-4281-b951-d872f2087c98
-
thakis@chromium.org authored
BUG=none TEST=none TBR=rsleevi Review URL: http://codereview.chromium.org/7736007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98584 0039d316-1c4b-4281-b951-d872f2087c98
-
thakis@chromium.org authored
BUG=none TEST=none Review URL: http://codereview.chromium.org/7777003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98583 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-release@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98580 0039d316-1c4b-4281-b951-d872f2087c98
-
nirnimesh@chromium.org authored
TBR=kkania@chromium.org BUG=94470 TEST= Review URL: http://codereview.chromium.org/7736004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98578 0039d316-1c4b-4281-b951-d872f2087c98
-
scottbyer@chromium.org authored
BUG=89931 TEST=Run the test on a loaded single-CPU system before and after the change. Before, notice the dialog staying up past when the main windows goes away, won't get through more than 1 or 2 repeats before breaking. After, dialog goes away first, no more flakey. Review URL: http://codereview.chromium.org/7747036 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98576 0039d316-1c4b-4281-b951-d872f2087c98
-
- 27 Aug, 2011 21 commits
-
-
marshall@chromium.org authored
Windowless Flash plugins on Mac do not currently draw in single-process applications using the Chromium WebKit API because the current design assumes a multi-process implementation and requires a buffer context. Add a new flag to indicate no buffer context will be used and change WebPluginDelegateImpl::WindowlessPaint() to paint directly to the window context when this flag is set. Also change test_shell to force Flash plugins to run in windowless mode by setting the wmode="opaque" attribute. BUG=94395 TEST=load Flash plugin in test_shell Review URL: http://codereview.chromium.org/7746009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98571 0039d316-1c4b-4281-b951-d872f2087c98
-
jam@chromium.org authored
Move native_web_keyboard_event_views.cc to chrome, so that we don't have any views code in content. Although this is now away from the other NativeWebKeyboardEvent implementations, it's at least in the same module as the rest of the views related implementations like RenderWidgetHostViewViews and TabContentViewViews which use it. Review URL: http://codereview.chromium.org/7766012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98570 0039d316-1c4b-4281-b951-d872f2087c98
-
jam@chromium.org authored
Review URL: http://codereview.chromium.org/7764010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98569 0039d316-1c4b-4281-b951-d872f2087c98
-
nirnimesh@chromium.org authored
TBR=dyu@chromium.org BUG=chromium-os:19760 TEST= Review URL: http://codereview.chromium.org/7778002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98568 0039d316-1c4b-4281-b951-d872f2087c98
-
ashokm@nvidia.com authored
Currently, ovda is expecting profile to sent in initialize(). Change this to be optional. Test=ovda unit test, gles2 sample plugin Review URL: http://codereview.chromium.org/7741012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98565 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-release@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98564 0039d316-1c4b-4281-b951-d872f2087c98
-
gagansingh@google.com authored
Previously i was recording number of RTT's vs Kilobytes of data downloaded per http transaction. This was generating lots of histograms. Removing them for efficiency. Review URL: http://codereview.chromium.org/7714020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98562 0039d316-1c4b-4281-b951-d872f2087c98
-
nirnimesh@chromium.org authored
TBR=dennisjeffrey@chromium.org BUG=94468 TEST= Review URL: http://codereview.chromium.org/7776003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98561 0039d316-1c4b-4281-b951-d872f2087c98
-
satorux@chromium.org authored
- Add mock_export_object.{cc,h} to dbus.gyp, which were missing. - Add a comment about shutdown of Bus in bus.h. - Update mock_unittest.cc to call ShutdownAndBlock(). - Replace DCHECKs with LOG(ERROR)s followed by early exit. - Add virtual to SetUp() and TearDown() in tests. - Renamed a member variable to make it clearer. BUG=chromium:90036 TEST=dbus_unittests Review URL: http://codereview.chromium.org/7745044 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98560 0039d316-1c4b-4281-b951-d872f2087c98
-
ashokm@nvidia.com authored
Set the porfile info when creating a decoder. Test= gles2 plugin Review URL: http://codereview.chromium.org/7749004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98559 0039d316-1c4b-4281-b951-d872f2087c98
-
akalin@chromium.org authored
Add support for disabling/enabling notifications to the test server, and support for triggering notifications. BUG=92928 TEST= Review URL: http://codereview.chromium.org/7753023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98558 0039d316-1c4b-4281-b951-d872f2087c98
-
piman@chromium.org authored
BUG=None TEST=Pepper Flash Review URL: http://codereview.chromium.org/7763007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98555 0039d316-1c4b-4281-b951-d872f2087c98
-
thakis@chromium.org authored
several bots, like the trybots hinted it will) - DevTools: introduce DevToolsAgentHost We need an abstract interface that would encapsulate communication with inspected instance's DevTools agent. It is going to have different implementations at least for render views and shared workers. This patch leaves all methods on the DevToolsManager that accept inspected RenderViewHost just for convenience. Eventually DevToolsManager should operate in terms of DevToolsAgentHost and DevToolsClientHost only. BUG=None TEST=DevTools tests Review URL: http://codereview.chromium.org/7719026 TBR=yurys@chromium.org Review URL: http://codereview.chromium.org/7774004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98554 0039d316-1c4b-4281-b951-d872f2087c98
-
yurys@chromium.org authored
We need an abstract interface that would encapsulate communication with inspected instance's DevTools agent. It is going to have different implementations at least for render views and shared workers. This patch leaves all methods on the DevToolsManager that accept inspected RenderViewHost just for convenience. Eventually DevToolsManager should operate in terms of DevToolsAgentHost and DevToolsClientHost only. BUG=None TEST=DevTools tests Review URL: http://codereview.chromium.org/7719026 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98552 0039d316-1c4b-4281-b951-d872f2087c98
-
akalin@chromium.org authored
Encode the changed types into the XMPP push message and nudge only for those data types. Filter out notifications sent from the originating client. Instead of calling observers directly, synthesize a notification and send it to the server with target = self only. BUG=92928 TEST= Review URL: http://codereview.chromium.org/7745040 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98551 0039d316-1c4b-4281-b951-d872f2087c98
-
thestig@chromium.org authored
BUG=92268,94448 TEST=none Review URL: http://codereview.chromium.org/7765010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98550 0039d316-1c4b-4281-b951-d872f2087c98
-
sidor@chromium.org authored
Mostly format manager code, that diplays and handles unreadalbe device. There's option to format them. One cannot access them. Icons were added as well. Depends on the following change in ChromeOS: http://gerrit.chromium.org/gerrit/#change,6406 BUG=19506 TEST=None. Review URL: http://codereview.chromium.org/7706028 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98548 0039d316-1c4b-4281-b951-d872f2087c98
-
thestig@chromium.org authored
BUG=none TEST=Open tab 1 and tab 2. Open print preview from tab 1. Put the tabs in this order: 1, 2, 1_PP. Printing from the print preview tab should activate tab 1. Review URL: http://codereview.chromium.org/7761014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98547 0039d316-1c4b-4281-b951-d872f2087c98
-
dmaclach@chromium.org authored
BUG=NONE TEST=1) Start remoting session with Mac as host 2) Go to the preferences file for the browser (com.google.Chrome.plist) 3) Add a bool pref "RemoteAccessHostFirewallTraversal" set to NONE 4) Wait 15 minutes 5) You should not be able to do NAT traversal. Review URL: http://codereview.chromium.org/7748027 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98546 0039d316-1c4b-4281-b951-d872f2087c98
-
thakis@chromium.org authored
Test fails consistently on Linux Views bots: PrerenderBrowserTest.PrerenderVisibilityBackgroundTab: [6686:6686:0826/200949:368667468:WARNING:zygote_host_linux.cc(148)] Running without the SUID sandbox! See http://code.google.com/p/chromium/wiki/LinuxSUIDSandboxDevelopment for more information on developing with the sandbox on. [6686:6686:0826/200949:368753313:WARNING:proxy_config_service_impl.cc(654)] Error retrieving proxy setting from device [6686:6686:0826/200949:368754972:WARNING:wm_ipc.cc(311)] Missing _CHROME_LAYOUT_MODE property on root window [6686:6691:0826/200949:368757012:INFO:gl_implementation.cc(94)] Using desktop GL implementation. [6686:6691:0826/200949:368762612:ERROR:gl_surface_glx.cc(64)] GLX 1.3 or later is required. [6686:6691:0826/200949:368762779:ERROR:gl_surface_linux.cc(73)] GLSurfaceGLX::InitializeOneOff failed. [6686:6691:0826/200949:368762962:ERROR:gpu_info_collector_linux.cc(216)] gfx::GLContext::InitializeOneOff() failed [6686:6686:0826/200949:368808876:ERROR:timezone_settings.cc(61)] GetTimezoneID: Cannot read timezone symlink /var/lib/timezone/localtime [6686:6686:0826/200949:368808913:ERROR:timezone_settings.cc(141)] Got an empty string for timezone, default to America/Los_Angeles [6686:6686:0826/200949:368816216:WARNING:input_method_manager.cc(146)] No active input methods found. [6686:6686:0826/200949:368818013:WARNING:input_method_manager.cc(146)] No active input methods found. [6686:6686:0826/200949:368818259:WARNING:input_method_manager.cc(146)] No active input methods found. [6686:6686:0826/200950:369084812:WARNING:native_widget_gtk.cc(418)] compositing not supported; allowing anyway chrome/browser/prerender/prerender_browsertest.cc:680: Failure Value of: display_test_result Actual: false Expected: true - Deflake PrerenderExcessiveMemory, fixing a race in setting the visibility state of prerendered RenderViews in the process. Also add some more visibility API tests that would have reliably failed when losing the fixed race. BUG=93081 TEST=PrerenderBrowserTest.PrerenderExcessiveMemory. PrerenderBrowserTest.PrerenderInfiniteLoop Review URL: http://codereview.chromium.org/7693029 TBR=mmenke@chromium.org Review URL: http://codereview.chromium.org/7736003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98545 0039d316-1c4b-4281-b951-d872f2087c98
-
thakis@chromium.org authored
BUG=none TEST=none Review URL: http://codereview.chromium.org/7745046 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98544 0039d316-1c4b-4281-b951-d872f2087c98
-