- 23 May, 2012 40 commits
-
-
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
-
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
-