- 23 May, 2012 40 commits
-
-
scottmg@google.com authored
TBR=vandebo@chromium.org Review URL: https://chromiumcodereview.appspot.com/10414087 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138516 0039d316-1c4b-4281-b951-d872f2087c98
-
vandebo@chromium.org authored
See: http://build.chromium.org/p/chromium.chromiumos/builders/Linux%20ChromiumOS%20Builder%20%28dbg%29/builds/7042/steps/compile/logs/stdio This also moves the plug-in information JSON files into their own subdirectory, so they can be changed without requiring OWNERS reviews for chrome/browser/resources (which is mostly WebUI otherwise). BUG=124396 TEST=PluginInstallerTest.SecurityStatus:PluginFinderTest.JsonSyntax Review URL: https://chromiumcodereview.appspot.com/10263022 TBR=bauerb@chromium.org Review URL: https://chromiumcodereview.appspot.com/10388253 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138514 0039d316-1c4b-4281-b951-d872f2087c98
-
pkotwicz@chromium.org authored
This patch fixes the places where we will be sending DIP to the GPU process but should be sending pixels instead to the GPU process once https://bugs.webkit.org/show_bug.cgi?id=86051 lands. This patch reverts: http://codereview.chromium.org/127553/ http://codereview.chromium.org/10332077/ Bug=127455, 114677 Test=Manual SchedulePaintInRect is called with parameters in DIP TBR=piman@chromium.org,sky@chromium.org,jamesr@chromium.org Review URL: https://chromiumcodereview.appspot.com/10411086 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138510 0039d316-1c4b-4281-b951-d872f2087c98
-
yusukes@chromium.org authored
Usually, when the screen is locked and the status area at the bottom right corner of the screen is not focused, Control+Shift+Q is handled by chrome/browser/chromeos/login/webui_login_view.cc. But when the status area is focused, Control+Shift+Q is handled by Ash, accelerator_controller.cc. BUG=120953 TEST=aura_shell_unittests + manual: focus the area and press C+S+Q on both login and lock screens Review URL: https://chromiumcodereview.appspot.com/10388230 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138509 0039d316-1c4b-4281-b951-d872f2087c98
-
keyar@chromium.org authored
This is for Webkit Bug 87156 https://bugs.webkit.org/show_bug.cgi?id=87156 BUG= TEST= Review URL: https://chromiumcodereview.appspot.com/10412041 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138508 0039d316-1c4b-4281-b951-d872f2087c98
-
nona@chromium.org authored
IBusLookupTable is one of representations an obeject used in communication with ibus-daemon. According to this CL, ibus_lookup_table will be comipled and tested but not in used production binary at thi moment. BUG=chromium-os:26334 TEST=chromeos_unittests, unit_tests, dbus_unittests Review URL: https://chromiumcodereview.appspot.com/10392039 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138507 0039d316-1c4b-4281-b951-d872f2087c98
-
maruel@chromium.org authored
'cert_status' may be used uninitialized in this function I'm not sure why this wasn't caught earlier. R=agl@chromium.org BUG= TEST=manual compile Review URL: https://chromiumcodereview.appspot.com/10383305 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138506 0039d316-1c4b-4281-b951-d872f2087c98
-
maruel@chromium.org authored
One option would be to use %u everywhere. Fix the regexp in the meantime. R=mad@chromium.org BUG= TEST= Review URL: https://chromiumcodereview.appspot.com/10412057 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138505 0039d316-1c4b-4281-b951-d872f2087c98
-
rdsmith@chromium.org authored
ByteStream is an abstraction of a zero copy transfer of bytes between threads, along with an error indicator upon completion. Data is explicitly pushed into or pulled out of the stream, and source and destination may register for callbacks to be called when there is room/data in the pipe. A ByteStream object is owned in common by the source and destination of the stream, and is destroyed when both source and destination drop references to it. BUG=125250 R=willchan@chromium.org Review URL: https://chromiumcodereview.appspot.com/10244001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138504 0039d316-1c4b-4281-b951-d872f2087c98
-
creis@chromium.org authored
BUG=108853 TEST=AppApiTest.* and ExtensionBrowserTest.* no longer flaky Review URL: https://chromiumcodereview.appspot.com/10412047 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138503 0039d316-1c4b-4281-b951-d872f2087c98
-
bauerb@chromium.org authored
This also moves the plug-in information JSON files into their own subdirectory, so they can be changed without requiring OWNERS reviews for chrome/browser/resources (which is mostly WebUI otherwise). BUG=124396 TEST=PluginInstallerTest.SecurityStatus:PluginFinderTest.JsonSyntax Review URL: https://chromiumcodereview.appspot.com/10263022 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138502 0039d316-1c4b-4281-b951-d872f2087c98
-
gspencer@chromium.org authored
Somehow, I missed some typos in the settings for the experiment. Also fixed the multi-line macros to be safer if they were used without braces in an if clause. TBR=ben@chromium.org BUG=none TEST=none Review URL: https://chromiumcodereview.appspot.com/10332255 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138501 0039d316-1c4b-4281-b951-d872f2087c98
-
tedvessenes@gmail.com authored
R=abodenha@chromium.org BUG=108171 Review URL: https://chromiumcodereview.appspot.com/10412028 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138500 0039d316-1c4b-4281-b951-d872f2087c98
-
scottmg@chromium.org authored
Towards addressing two semi-related problems in the linked bugs. One is that the cygwin-run steps are unreliable, especially on Win8, so move away from using shell scripts in gyp actions. The other is that the .sh file let 'lib' echo its arguments, which adds unnecessary noise to the build, especially the quieter ninja build. R=jar@chromium.org BUG=126483,123026 Review URL: https://chromiumcodereview.appspot.com/10388215 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138499 0039d316-1c4b-4281-b951-d872f2087c98
-
primiano@chromium.org authored
SpeechInputExtensionManager now interface (exclusively) with SpeechRecognitionManagerDelegate (Speech CL1.11). - The tray icon and balloon handing has been moved from speech_input_extensions_manager to chrome_speech_recognition_manager_delegate, since that code (tray icon) will be used also for continuous recognition. - Removed the SpeechRecognizer interface from /content/public (thus de-virtualized and refcounted the SpeechRecognizerImpl) BUG=116954 TEST=none Review URL: https://chromiumcodereview.appspot.com/10377082 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138498 0039d316-1c4b-4281-b951-d872f2087c98
-
pliard@chromium.org authored
This is part of Chrome for Android upstreaming. This will let us use a UnixDomainSocket for DevTools on Android. Note that this CL depends on CL 10161005 (which should land soon). TEST=net_unittests Review URL: https://chromiumcodereview.appspot.com/10386048 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138497 0039d316-1c4b-4281-b951-d872f2087c98
-
ben@chromium.org authored
BUG=none TEST=none git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138496 0039d316-1c4b-4281-b951-d872f2087c98
-
gavinp@chromium.org authored
Make the PrerenderingInterface into a scoped pointer. BUG=127953 Review URL: https://chromiumcodereview.appspot.com/10391134 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138494 0039d316-1c4b-4281-b951-d872f2087c98
-
oleg@chromium.org authored
Review URL: https://chromiumcodereview.appspot.com/10332311 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138493 0039d316-1c4b-4281-b951-d872f2087c98
-
stevenjb@google.com authored
BUG=none TEST=Notification layout with --ash-notify (in about:flags) looks better and more consistent. Review URL: https://chromiumcodereview.appspot.com/10411081 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138492 0039d316-1c4b-4281-b951-d872f2087c98
-
jam@chromium.org authored
BUG=98716 Review URL: https://chromiumcodereview.appspot.com/10407122 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138491 0039d316-1c4b-4281-b951-d872f2087c98
-
vandebo@chromium.org authored
BUG=80569 TEST=NONE Review URL: https://chromiumcodereview.appspot.com/10421008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138490 0039d316-1c4b-4281-b951-d872f2087c98
-
mmenke@chromium.org authored
when clicking "stop loading" and then creating a log dump. Also fix a regression where we don't display a file name when loading a log dump. R=eroman@chromium.org BUG=128425 Review URL: https://chromiumcodereview.appspot.com/10332238 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138489 0039d316-1c4b-4281-b951-d872f2087c98
-
skuhne@chromium.org authored
BUG=122392 TEST=none Review URL: https://chromiumcodereview.appspot.com/10409034 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138488 0039d316-1c4b-4281-b951-d872f2087c98
-
ben@chromium.org authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138487 0039d316-1c4b-4281-b951-d872f2087c98
-
ben@chromium.org authored
Make NetworkProfileBubble not use BrowserList::GetLastActive() as much. Instead pass it a profile and a PageNavigator. This also required me to make BrowserList::Observer methods take a non-const Browser*. It was pretty silly they were const to begin with, since you pretty much only ever get a Browser* to do something to it. http://crbug.com/129187 TEST=none Review URL: https://chromiumcodereview.appspot.com/10388239 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138486 0039d316-1c4b-4281-b951-d872f2087c98
-
ben@chromium.org authored
Make cloud print dialog creation function not use browser list, instead obtain profile and parent window from invocation context. http://crbug.com/129053 TEST=none Review URL: https://chromiumcodereview.appspot.com/10388214 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138485 0039d316-1c4b-4281-b951-d872f2087c98
-
nona@chromium.org authored
IBusInputContextClient performs performs dbus communication with following spec. Target Server: ibus-daemon Service: org.freedesktop.IBus ObjectPath: /org/freedesktop/IBus/InputContext_XXXX (The object path is not determined until call CreateInputContext method, please read commend for detail) At this moment, all signal handler and method call implementation is not used in production. According to this CL, IBusInputContextClient is compiled and tested by chromeos_unittests. BUG=chromium-os:26334 TEST=unit_tests,chromeos_unittests,dbus_unittests Review URL: https://chromiumcodereview.appspot.com/10310090 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138484 0039d316-1c4b-4281-b951-d872f2087c98
-
ben@chromium.org authored
Make DownloadProtectionService not use BrowserList::GetLastActive() to load a link. Instead pass the relevant PageNavigator through to it. http://crbug.com/129187 TEST=none Review URL: https://chromiumcodereview.appspot.com/10421021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138483 0039d316-1c4b-4281-b951-d872f2087c98
-
jln@chromium.org authored
- 4d93b1f6 (126188) - 28af78c4 (119746) This introduced dreaded complexity in something that should be kept simple. We can fix the zombie issue in Zygote or at the very least in unprivileged code. It was not fully fixed by those patches anyway (109944). BUG=125821,109944 TEST="Run chrome with the setuid sandbox enabled" NOTRY=true Review URL: https://chromiumcodereview.appspot.com/10389214 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138482 0039d316-1c4b-4281-b951-d872f2087c98
-
vabr@chromium.org authored
Changes required to hide addEventListener, moving it from webRequest to webRequestInternal. BUG=115467 TEST=loading extensions from the ticket 115467 and observing the behaviour Review URL: https://chromiumcodereview.appspot.com/10310028 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138481 0039d316-1c4b-4281-b951-d872f2087c98
-
nona@chromium.org authored
According to this CL, we can avoid invalid object casting or signal disconnection. BUG=129142 TEST=manually on Alex. Review URL: https://chromiumcodereview.appspot.com/10413062 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138480 0039d316-1c4b-4281-b951-d872f2087c98
-
kkania@chromium.org authored
This is only the browser-side implementation. In this patch we send some scripts from the client which the renderer evaluates to determine where to move or click the mouse. I tried to keep the renderer code as small and as simple as possible. I plan on eventually removing the script-based location finding in favor of some scrollIntoView-like method in WebKit. Currently scrollIntoView does not work. See http://code.google.com/p/chromium/issues/detail?id=73953. BUG=chromedriver:22,chromedriver:36,chromedriver:44 TEST=none Review URL: https://chromiumcodereview.appspot.com/10384023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138479 0039d316-1c4b-4281-b951-d872f2087c98
-
backer@chromium.org authored
It's been flaking on XP. BUG=129364 TBR=willchan TEST=none Review URL: https://chromiumcodereview.appspot.com/10414082 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138478 0039d316-1c4b-4281-b951-d872f2087c98
-
zvorygin@chromium.org authored
BUG=10411018 TEST=Manual: notice that tab navigation now always works for buttons in top-right corner of filebrowser(earlier it didn't work after showing-hiding any modal dialog). Review URL: https://chromiumcodereview.appspot.com/10409093 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138477 0039d316-1c4b-4281-b951-d872f2087c98
-
zvorygin@chromium.org authored
BUG=126927 TEST= Review URL: https://chromiumcodereview.appspot.com/10411018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138476 0039d316-1c4b-4281-b951-d872f2087c98
-
fsamuel@chromium.org authored
Major classes: BrowserPluginHost: This is the host-side of both the guest and the embedder renderers. The embedder BrowserPluginHost keeps track of its guests, and cleans them up when it navigates away, or whe tabs are switched or when it crashes. The guest BrowserPluginHost knows about its embdder, and about its instance ID, as well as some initialization parameters such as URL and initial size. BUG=117897 TEST=manually Review URL: https://chromiumcodereview.appspot.com/10377170 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138475 0039d316-1c4b-4281-b951-d872f2087c98
-
zvorygin@chromium.org authored
BUG=127074 TEST=Manual. Observe smooth animation of gdata-settings button on appear/dissapear. Review URL: https://chromiumcodereview.appspot.com/10414078 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138474 0039d316-1c4b-4281-b951-d872f2087c98
-
tfarina@chromium.org authored
R=atwilson@chromium.org TBR=pkasting@chromium.org Review URL: https://chromiumcodereview.appspot.com/10408039 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138473 0039d316-1c4b-4281-b951-d872f2087c98
-
sky@chromium.org authored
paint a heavy shadow when tabs are stacked. BUG=128743 TEST=none R=ben@chromium.org Review URL: https://chromiumcodereview.appspot.com/10407110 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138471 0039d316-1c4b-4281-b951-d872f2087c98
-