- 23 May, 2012 40 commits
-
-
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
-
battre@chromium.org authored
BUG=129128 TEST=no TBR=akalin@chromium.org Review URL: https://chromiumcodereview.appspot.com/10388250 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138468 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138467 0039d316-1c4b-4281-b951-d872f2087c98
-
slamm@google.com authored
NOTRY=true BUG= TEST= Review URL: https://chromiumcodereview.appspot.com/10411011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138466 0039d316-1c4b-4281-b951-d872f2087c98
-
dgozman@chromium.org authored
Metadata usage in gallery is not touched yet. This change includes metadata eviction. Also localized one metadata string value. BUG=129347 TEST=Nothing changed for user. Review URL: https://chromiumcodereview.appspot.com/10384155 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138465 0039d316-1c4b-4281-b951-d872f2087c98
-
jochen@chromium.org authored
BUG=125488 TEST=disable JS, go to https://no.such.host/. Should show a regular error page NOTRY=true Review URL: https://chromiumcodereview.appspot.com/10412053 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138464 0039d316-1c4b-4281-b951-d872f2087c98
-
glotov@google.com authored
1) Return before cause a crash. 2) Add `volatile` so that the compiler does not optimize us out. FYI, The test initially added here: https://gerrit.chromium.org/gerrit/#change,23212 BUG=chromium:126774 TEST=./run_remote_tests.sh client/site_tests/logging_AsanCrash Review URL: https://chromiumcodereview.appspot.com/10417031 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138463 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138462 0039d316-1c4b-4281-b951-d872f2087c98
-
steveblock@chromium.org authored
Review URL: https://chromiumcodereview.appspot.com/10411091 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138461 0039d316-1c4b-4281-b951-d872f2087c98
-
joaodasilva@chromium.org authored
BUG=128328,127396 TEST=Starting chrome with --try-chrome-again=10001 doesn't crash in policy code anymore Review URL: https://chromiumcodereview.appspot.com/10388211 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138460 0039d316-1c4b-4281-b951-d872f2087c98
-
steveblock@chromium.org authored
This is failing conistently on WebKit Win (deps) BUG=129331 Review URL: https://chromiumcodereview.appspot.com/10423004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138459 0039d316-1c4b-4281-b951-d872f2087c98
-
jeremya@chromium.org authored
This fixes a problem when showing the custom shell window frame where 1px of the native windows frame peeks out below the custom frame. BUG=129293 R=ben@chromium.org Review URL: https://chromiumcodereview.appspot.com/10411087 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138456 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138455 0039d316-1c4b-4281-b951-d872f2087c98
-
steveblock@chromium.org authored
Review URL: https://chromiumcodereview.appspot.com/10407119 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138454 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-release@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138453 0039d316-1c4b-4281-b951-d872f2087c98
-
oshima@chromium.org authored
This allows ash to inject Dispatcher for root window without a dispatcher being dependent of aura. BUG=none TEST=none Review URL: https://chromiumcodereview.appspot.com/10407081 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138451 0039d316-1c4b-4281-b951-d872f2087c98
-
yusukes@google.com authored
Install AshFocusManagerFactory before creating launcher, tray, wall paper and their views::FocusManagers. Otherwise, Ash shortcut keys cannot be used when either launcher or status area is focused. BUG=120953,123856 TEST=crosbug.com/120953#c17 TBR=ben@chromium.org Review URL: https://chromiumcodereview.appspot.com/10388229 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138450 0039d316-1c4b-4281-b951-d872f2087c98
-
yusukes@google.com authored
The new name would be better since we support remapping the right control key. Do the same for chromeos::input_method::kLeftAlt. This cleanup is for issue 115112. BUG=115112 TEST=none TBR=csilv@chromium.org Review URL: https://chromiumcodereview.appspot.com/10416028 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138449 0039d316-1c4b-4281-b951-d872f2087c98
-
benwells@chromium.org authored
This doesn't need to be in Browser, and won't always open a Browser window. BUG=None TEST=Existing tests Review URL: https://chromiumcodereview.appspot.com/10409023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138448 0039d316-1c4b-4281-b951-d872f2087c98
-
yusukes@google.com authored
This CL depends on https://chromiumcodereview.appspot.com/10399046 BUG=128295 TEST=try Review URL: https://chromiumcodereview.appspot.com/10416027 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138447 0039d316-1c4b-4281-b951-d872f2087c98
-
jochen@chromium.org authored
BUG=none TEST=none NOTRY=true Review URL: https://chromiumcodereview.appspot.com/10332289 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138446 0039d316-1c4b-4281-b951-d872f2087c98
-
kaznacheev@chromium.org authored
BUG=122017 TEST= Review URL: https://chromiumcodereview.appspot.com/10391183 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138445 0039d316-1c4b-4281-b951-d872f2087c98
-
kinuko@chromium.org authored
Now it may always refer operation_context->file_system_context() as it tries to invalidate the usage cache whenever it finds inconsistency. BUG=129303 TEST=none Review URL: https://chromiumcodereview.appspot.com/10407115 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138444 0039d316-1c4b-4281-b951-d872f2087c98
-
akalin@chromium.org authored
The only remaining use of content::URLFetcher is content::URLFetcher::Create. Make content::URLFetcher not inherit from net::URLFetcher. Also make code that directly create URLFetcherImpl instead call content::URLFetcher::Create. BUG=118220 TEST= TBR=mnissler@chromium.org,sky@chromium.org,mal@chromium.org,sail@chromium.org Review URL: https://chromiumcodereview.appspot.com/10412050 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138443 0039d316-1c4b-4281-b951-d872f2087c98
-
scottmg@chromium.org authored
Suppress stdout of 'expand' command unless there's an error. i.e. """ [2294->7960/10271 ~17] ACTION content_common: extract_xinput Microsoft (R) File Expansion Utility Version 6.1.7600.16385 Copyright (c) Microsoft Corporation. All rights reserved. Adding ../out/Debug\tmpamaser\xinput1_3.dll to Extraction Queue Expanding Files .... Expanding Files Complete ... [2164->8090/10271 ~17] ACTION content_gpu: extract_d3dx9 Microsoft (R) File Expansion Utility Version 6.1.7600.16385 Copyright (c) Microsoft Corporation. All rights reserved. Adding ../out/Debug\tmpcxuoz9\d3dx9_43.dll to Extraction Queue Expanding Files .... Expanding Files Complete ... [2163->8091/10271 ~17] ACTION content_gpu: extract_d3dcompiler Microsoft (R) File Expansion Utility Version 6.1.7600.16385 Copyright (c) Microsoft Corporation. All rights reserved. Adding ../out/Debug\tmploys57\D3DCompiler_43.dll to Extraction Queue Expanding Files .... Expanding Files Complete ... """ R=apatrick@chromium.org BUG=126483 Review URL: https://chromiumcodereview.appspot.com/10409086 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138442 0039d316-1c4b-4281-b951-d872f2087c98
-
hashimoto@chromium.org authored
With this change, we can safely return error for invalid object path and service name. It still crashes on invalid method name and interface name if we use MethodCall::MethodCall for setting those parameters. BUG=128967 TEST=dbus_unittests Review URL: https://chromiumcodereview.appspot.com/10409065 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138441 0039d316-1c4b-4281-b951-d872f2087c98
-
dmazzoni@chromium.org authored
BUG=127233 TEST=Build mini_installer on system that doesn't have VS installed, test that msvc*dll get copied to build dir. Review URL: https://chromiumcodereview.appspot.com/10407053 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138440 0039d316-1c4b-4281-b951-d872f2087c98
-