- 16 Nov, 2011 40 commits
-
-
morrita@chromium.org authored
initProgressEvent is going away soon. BUG=103194 TEST=cd native_client; ./scons chrome_browser_tests disable_dynamic_plugin_loading=1 chrome_browser_path=/path/to/your/chrome Review URL: http://codereview.chromium.org/8488002 Patch from Dominic Cooney <dominicc@chromium.org>. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110266 0039d316-1c4b-4281-b951-d872f2087c98
-
dpolukhin@chromium.org authored
Remove 'Flash' from TCP/UDP Pepper interfaces names. This CL preserves old idl and C/C++ headers for backward compatibility. Also TCP interface should be returned by old name. BUG=none TEST=build Review URL: http://codereview.chromium.org/8506016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110265 0039d316-1c4b-4281-b951-d872f2087c98
-
asargent@chromium.org authored
The general approach is to require user gesture and put up the confirmation UI if an extension wants to re-enable a disabled-due-to-permissions-escalation extension. Also added some new infrastructure for making this easier to test. BUG=102579 TEST=See bug Review URL: http://codereview.chromium.org/8423069 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110264 0039d316-1c4b-4281-b951-d872f2087c98
-
yusukes@chromium.org authored
BUG=chromium:97261 TEST=try Review URL: http://codereview.chromium.org/8511061 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110263 0039d316-1c4b-4281-b951-d872f2087c98
-
mpcomplete@chromium.org authored
The first landing broke popups on the Mac. Specifically, the auto-resizing of TabContents interfered with how ExtensionViewMac tried to resize itself, causing an infinite feedback loop. Also, we need to defer updating the size of the container until the ExtensionHost is loaded so that we don't display an empty window. BUG=84146 TEST=extensions still work Review URL: http://codereview.chromium.org/8498022 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110262 0039d316-1c4b-4281-b951-d872f2087c98
-
eroman@chromium.org authored
Make the "source location" links on about:profiler open in a new tab by default, since that is usually more useful (that way you don't lose the profiler state accidentally). BUG=100992 Review URL: http://codereview.chromium.org/8572042 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110261 0039d316-1c4b-4281-b951-d872f2087c98
-
toyoshim@chromium.org authored
BUG=87310 TEST=none Review URL: http://codereview.chromium.org/8572009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110260 0039d316-1c4b-4281-b951-d872f2087c98
-
estade@chromium.org authored
BUG=none TEST=hovering the autofill edit button Review URL: http://codereview.chromium.org/8574022 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110259 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110258 0039d316-1c4b-4281-b951-d872f2087c98
-
mattm@chromium.org authored
BUG=88782 TEST=trybots Review URL: http://codereview.chromium.org/8574035 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110257 0039d316-1c4b-4281-b951-d872f2087c98
-
jeremya@chromium.org authored
Mac: - Show "<link>Exit full screen</link> (Esc)". Since Mac only shows the bubble in tab fullscreen mode, it never needs to display the Cmd-Shift-F shortcut. Win, Linux: - Show "<link>Exit full screen (Esc)</link>". Will change it to match the mac message in a followup CL; this was easier for now. - Show "Press Esc to exit fullscreen" when mouse is locked. - Show "<link>Exit full screen (F11)</link>" when in browser fullscreen mode. BUG=99869 TEST=manual Review URL: http://codereview.chromium.org/8528052 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110256 0039d316-1c4b-4281-b951-d872f2087c98
-
sky@chromium.org authored
R=jhawkins@chromium.org BUG=104393 TEST=none Review URL: http://codereview.chromium.org/8574024 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110255 0039d316-1c4b-4281-b951-d872f2087c98
-
sky@chromium.org authored
R=@chromium.org BUG= TEST= Review URL: http://codereview.chromium.org/8573019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110254 0039d316-1c4b-4281-b951-d872f2087c98
-
sky@chromium.org authored
of ui_controls_aura NOTIMPLEMENTED. R=ben@chromium.org BUG=104396 TEST=none Review URL: http://codereview.chromium.org/8570019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110253 0039d316-1c4b-4281-b951-d872f2087c98
-
eroman@chromium.org authored
It has been subsumed by about:profiler. I also added a button to about:profiler that matches the behavior of "about:tracking/reset" (nukes the tracked objects). That way there shouldn't be any functionality loss in deleting about:tracking. BUG=100992 Review URL: http://codereview.chromium.org/8568036 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110252 0039d316-1c4b-4281-b951-d872f2087c98
-
noelutz@google.com authored
Eventually, we will have a certificate whitelist. In this first version we consider trusted binaries as safe. BUG=102540 TEST=No visible change. Run all tests in DownloadProtectionServiceTest. Review URL: http://codereview.chromium.org/8572037 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110251 0039d316-1c4b-4281-b951-d872f2087c98
-
sgurun@google.com authored
This change enables closing idle sockets when client initiates a new socket request rather than using a timer based approach. This prevents waking up network interface only for the purpose of sending a FIN to the server. BUG=101820 TEST=unit-tests Review URL: http://codereview.chromium.org/8526006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110250 0039d316-1c4b-4281-b951-d872f2087c98
-
sadrul@chromium.org authored
BUG=103483,104413 TEST=BrowserInitTest.OpenAppShortcutPanel, PanelAppBrowserTest.OpenAppInPanel Review URL: http://codereview.chromium.org/8572022 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110249 0039d316-1c4b-4281-b951-d872f2087c98
-
http://codereview.chromium.org/8477015dmichael@chromium.org authored
Landed at r109114, Reverted at r109142 Make it possible to enable/disable specific ppapi tests. Migrate PostMessage tests. The testcase attribute now can include a 'filter'. If it's omitted, everything works the same as before. This way we can migrate tests over bit-by-bit if we want to. We can also still run the tests manually the same way as before. This only runs PostMessage testss the new way, and re-enables all oop PostMessage tests that pass on Windows. I can do the other tests in this CL if desired, but it might be easier to land in a few pieces. BUG=102885 TEST=N/A TBR=dmichael@chromium.org Review URL: http://codereview.chromium.org/8536031 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110248 0039d316-1c4b-4281-b951-d872f2087c98
-
mazda@chromium.org authored
BUG=97261 TEST=Manual Review URL: http://codereview.chromium.org/8572002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110247 0039d316-1c4b-4281-b951-d872f2087c98
-
yusukes@chromium.org authored
BUG=None TEST=ran 'python watchlists.py chrome/browser/chromeos/xinput_hierarchy_changed_event_listener.cc' Review URL: http://codereview.chromium.org/8460012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110246 0039d316-1c4b-4281-b951-d872f2087c98
-
kmadhusu@chromium.org authored
BUG=104380 TEST=n/a TBR=jam@chromium.org Review URL: http://codereview.chromium.org/8572033 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110245 0039d316-1c4b-4281-b951-d872f2087c98
-
alekseys@chromium.org authored
BUG=104419 TEST=none Review URL: http://codereview.chromium.org/8573032 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110244 0039d316-1c4b-4281-b951-d872f2087c98
-
vollick@chromium.org authored
Passes with both the browser and WebKit compositor. BUG=None TEST=compositor_unittests Review URL: http://codereview.chromium.org/8538018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110242 0039d316-1c4b-4281-b951-d872f2087c98
-
xhwang@chromium.org authored
Also fix wrong sandbox options for broker process on Windows and Mac. BUG=none TEST=none Review URL: http://codereview.chromium.org/8400024 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110241 0039d316-1c4b-4281-b951-d872f2087c98
-
dominich@chromium.org authored
TBR=pkasting BUG=104307,104124 Review URL: http://codereview.chromium.org/8572027 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110240 0039d316-1c4b-4281-b951-d872f2087c98
-
msw@chromium.org authored
This is a workaround for crbug.com/93530; caused by crrev.com/84823. Windows creates a WM_PAINT storm without validation; even on empty regions. BUG=93530 TEST=Issue does not repro; no regressions. Review URL: http://codereview.chromium.org/8568016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110239 0039d316-1c4b-4281-b951-d872f2087c98
-
kmadhusu@chromium.org authored
BUG=101600, 94925 TEST=none TBR=mnissler Review URL: http://codereview.chromium.org/8573021 TBR=thakis@chromium.org Review URL: http://codereview.chromium.org/8568039 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110238 0039d316-1c4b-4281-b951-d872f2087c98
-
kerz@chromium.org authored
Rebaseline expectations for perf improvements. I had been updating for these as I saw them on the console, but didn't look at the waterfall until now, thus missed a bunch. Here they all are for your enjoyment. vista-release-dual-core/intl1: http://build.chromium.org/f/chromium/perf/vista-release-dual-core/intl1/report.html?history=150&rev=110217 vista-release-dual-core/intl2: http://build.chromium.org/f/chromium/perf/vista-release-dual-core/intl2/report.html?history=150&rev=110217 vista-release-dual-core/dom_perf: http://build.chromium.org/f/chromium/perf/vista-release-dual-core/dom_perf/report.html?history=150&rev=110217 xp-release-dual-core/dom_perf: http://build.chromium.org/f/chromium/perf/xp-release-dual-core/dom_perf/report.html?history=150&rev=110217 xp-release-single-core/intl1: http://build.chromium.org/f/chromium/perf/xp-release-single-core/intl1/report.html?history=150&rev=110217 vista-release-single-core/intl1: http://build.chromium.org/f/chromium/perf/vista-release-single-core/intl1/report.html?history=150&rev=110217 vista-release-single-core/intl2: http://build.chromium.org/f/chromium/perf/vista-release-single-core/intl2/report.html?history=150&rev=110217 mac-release-10.5/v8_benchmark: http://build.chromium.org/f/chromium/perf/mac-release-10.5/v8_benchmark/report.html?history=150&rev=110217 mac-release-10.5/dom_perf: http://build.chromium.org/f/chromium/perf/mac-release-10.5/dom_perf/report.html?history=150&rev=110217 mac-release-10.6/intl1: http://build.chromium.org/f/chromium/perf/mac-release-10.6/intl1/report.html?history=150&rev=110217 mac-release-10.6/intl2: http://build.chromium.org/f/chromium/perf/mac-release-10.6/intl2/report.html?history=150&rev=110217 TBR=cmp@chromium.org Review URL: http://codereview.chromium.org/8571021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110237 0039d316-1c4b-4281-b951-d872f2087c98
-
erg@chromium.org authored
class contains almost all chrome specific details from TabContentsViewGtk, leaving TabContentsViewGtk as a pure content/ class (soon to be moved out of chrome/). Why subclass instead of composing? First, because the X vs ChromeX is fairly common already, but mostly because large chunks of the gtk ui code assume there's a single widget that can be switched in and out on tab showing and that this is TabContentsViewGtk::GetNativeView(). (This also means it is easy to address the other join points, like sad tabs or menus.) BUG=none TEST=none Review URL: http://codereview.chromium.org/8344061 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110236 0039d316-1c4b-4281-b951-d872f2087c98
-
thakis@chromium.org authored
BUG=101600, 94925 TEST=none TBR=mnissler Review URL: http://codereview.chromium.org/8573021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110235 0039d316-1c4b-4281-b951-d872f2087c98
-
koz@chromium.org authored
BUG=100879 Review URL: http://codereview.chromium.org/8567019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110234 0039d316-1c4b-4281-b951-d872f2087c98
-
vollick@chromium.org authored
BUG=None TEST=None Review URL: http://codereview.chromium.org/8568010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110233 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110232 0039d316-1c4b-4281-b951-d872f2087c98
-
avi@chromium.org authored
BUG=104314 Review URL: http://codereview.chromium.org/8568021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110231 0039d316-1c4b-4281-b951-d872f2087c98
-
zmo@google.com authored
BUG=94103 TEST=unittest Review URL: http://codereview.chromium.org/8568032 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110230 0039d316-1c4b-4281-b951-d872f2087c98
-
kkania@chromium.org authored
This fixes a bug where a client needed to guarantee a message filter was in place before any messages were received. It also follows the style of not having constructors that do complex initialization. BUG=102894 TEST=none Review URL: http://codereview.chromium.org/8417054 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110229 0039d316-1c4b-4281-b951-d872f2087c98
-
sky@chromium.org authored
likely more cleanup that can be done here, but this is a start. TBR=phajdan.jr@chromium.org R=phajdan.jr@chromium.org BUG=104360 TEST=none Review URL: http://codereview.chromium.org/8520025 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110227 0039d316-1c4b-4281-b951-d872f2087c98
-
jennb@chromium.org authored
BUG=None TEST=PanelBrowserTest.AutoResize, CreateWithExistingContents, OnBeforeUnloadOnClose Review URL: http://codereview.chromium.org/8568034 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110226 0039d316-1c4b-4281-b951-d872f2087c98
-
thestig@chromium.org authored
BUG=none TEST=none Review URL: http://codereview.chromium.org/8533030 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110225 0039d316-1c4b-4281-b951-d872f2087c98
-