- 22 Nov, 2011 32 commits
-
-
hashimoto@chromium.org authored
BUG=chromium-os:20009 TEST=None Review URL: http://codereview.chromium.org/8558014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111076 0039d316-1c4b-4281-b951-d872f2087c98
-
piman@chromium.org authored
scherkus says: The protocol whitelist (added in r26746) was originally required to prevent issuing requests to the resource loader bridge that it didn't support (i.e., data://). To complicate matters there were protocols such as chrome-extension:// that required the embedder to override. None of this is required anymore since we switched to using Chromium WebKit API's resource loader in r69429. BUG=98755 TEST=Chrome, DRT, test_shell, test_shell_tests Review URL: http://codereview.chromium.org/8616008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111075 0039d316-1c4b-4281-b951-d872f2087c98
-
dhollowa@chromium.org authored
Increases the ASAN timeout multiplier in an attempt to avoid timeout errors in OutOfProcessPPAPITest.* test when running under ASAN. BUG=104832 TEST=ASAN bot runs green TBR=glider@chromium.org Review URL: http://codereview.chromium.org/8618014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111074 0039d316-1c4b-4281-b951-d872f2087c98
-
derat@chromium.org authored
r111013 inadvertently made non-Wayland builds prefer Mesa's off-screen renderer over GL and EGL. BUG=none TEST=did an aura build and checked that it wasn't incredibly slow Review URL: http://codereview.chromium.org/8623009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111073 0039d316-1c4b-4281-b951-d872f2087c98
-
davemoore@chromium.org authored
It turns out that the position information in an event for a slave device reported by X is always slightly behind than the actual position. However, it turns out that the valuators do contain the correct information. So get the event location from the valuator. BUG=103981 TEST=manually Review URL: http://codereview.chromium.org/8568044 TBR=sadrul@chromium.org Review URL: http://codereview.chromium.org/8624010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111072 0039d316-1c4b-4281-b951-d872f2087c98
-
jennb@chromium.org authored
Valid states are normal, minimized and maximized. Actual behavior depends on OS and window type. BUG=10828 TEST=ExtensionApiTest.UpdateWindowShowState Review URL: http://codereview.chromium.org/8586045 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111071 0039d316-1c4b-4281-b951-d872f2087c98
-
agl@chromium.org authored
BUG=none TEST=crypto_unittests Review URL: http://codereview.chromium.org/8499032 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111070 0039d316-1c4b-4281-b951-d872f2087c98
-
saintlou@chromium.org authored
BUG=105046 TEST=none Review URL: http://codereview.chromium.org/8527025 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111069 0039d316-1c4b-4281-b951-d872f2087c98
-
scottbyer@chromium.org authored
Cleanup pass from Cloud Print Proxy policy check implementation. See original CL at http://codereview.chromium.org/8438020/ BUG=none TEST=none Review URL: http://codereview.chromium.org/8620001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111068 0039d316-1c4b-4281-b951-d872f2087c98
-
dcheng@chromium.org authored
BUG=none TEST=trybots Review URL: http://codereview.chromium.org/8586048 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111067 0039d316-1c4b-4281-b951-d872f2087c98
-
derat@chromium.org authored
This renames aura::WindowObserver's OnPropertyChanged() method to have the word "window" in its name, as all of the class's other methods do. BUG=none TEST=built it Review URL: http://codereview.chromium.org/8621003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111066 0039d316-1c4b-4281-b951-d872f2087c98
-
erg@chromium.org authored
GTK 2.24 deprecated all sorts of raw access to object internals in preparation for GTK3. BUG=79722 TEST=compiles TBR=tony,jam Review URL: http://codereview.chromium.org/8588068 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111065 0039d316-1c4b-4281-b951-d872f2087c98
-
rohitbm@chromium.org authored
- To measure dropped frames/second. - To calculate extrapolation of the utilization to play the test video. Note: Moving Netflix helper functions to a separate class, so they can be reused easily for other Netflix tests. Review URL: http://codereview.chromium.org/8562006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111063 0039d316-1c4b-4281-b951-d872f2087c98
-
erg@chromium.org authored
BUG=none TEST=none Review URL: http://codereview.chromium.org/8620007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111062 0039d316-1c4b-4281-b951-d872f2087c98
-
derat@chromium.org authored
This fixes InputMethodMenuButtonTest and AccessibilityMenuButtonTest, which were failing due to the same NULL-status-area problem as the tests fixed by r110851 and r111006. BUG=103482,103492 TEST=ran them for both aura and non-aura chrome os Review URL: http://codereview.chromium.org/8625004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111061 0039d316-1c4b-4281-b951-d872f2087c98
-
dcheng@chromium.org authored
BUG=none TEST=trybots Review URL: http://codereview.chromium.org/8550010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111060 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111059 0039d316-1c4b-4281-b951-d872f2087c98
-
adamk@chromium.org authored
TBR=steveblock Review URL: http://codereview.chromium.org/8619004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111058 0039d316-1c4b-4281-b951-d872f2087c98
-
miket@chromium.org authored
This was split out of http://codereview.chromium.org/8588067/. BUG=none TEST=none, but this does make testing easier. Review URL: http://codereview.chromium.org/8561031 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111057 0039d316-1c4b-4281-b951-d872f2087c98
-
sque@chromium.org authored
BUG=chromium-os:16558 TEST=none Signed-off-by:
Simon Que <sque@chromium.org> R=satorux@chromium.org,stevenjb@chromium.org,thakis@chromium.org Review URL: http://codereview.chromium.org/8616003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111056 0039d316-1c4b-4281-b951-d872f2087c98
-
stevenjb@google.com authored
BUG=105056 TEST=Check perf timers, should be back to pre-110853 values. Review URL: http://codereview.chromium.org/8623007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111055 0039d316-1c4b-4281-b951-d872f2087c98
-
jamescook@chromium.org authored
It looks like it's going to be a little while before chromeos::SystemNotification gets implemented, so I'm marking this test as disabled on Aura for now. I've got a bug assigned to myself to turn it back on when the notifications are ready. BUG=104471 TEST=browser_tests FileBrowserNotificationsTest Review URL: http://codereview.chromium.org/8625006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111054 0039d316-1c4b-4281-b951-d872f2087c98
-
sergeyu@chromium.org authored
Review URL: http://codereview.chromium.org/8618003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111053 0039d316-1c4b-4281-b951-d872f2087c98
-
viettrungluu@chromium.org authored
See RFC 5952. I might have even implemented it mostly correctly. BUG=103969,103968 TEST=ui_tests {PPAPITest,OutOfProcessPPAPITest}.NetAddressPrivate (DescribeIPv6) TBR=dmichael@chromium.org Review URL: http://codereview.chromium.org/8590006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111052 0039d316-1c4b-4281-b951-d872f2087c98
-
asanka@chromium.org authored
Downloads that are flagged as malicious based on content will have a danger type of DANGEROUS_CONTENT. BUG=102540 TEST=Downloading something flagged as malicious by the SafeBrowsing service shows a warning dialog in the downloads page. Review URL: http://codereview.chromium.org/8558029 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111051 0039d316-1c4b-4281-b951-d872f2087c98
-
miket@chromium.org authored
BUG=none TEST=none Review URL: http://codereview.chromium.org/8588067 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111050 0039d316-1c4b-4281-b951-d872f2087c98
-
yusukes@chromium.org authored
Otherwise, InputMethodMenu might crash with DCHECK if the following conditions are all met: - Debug build - An instance of InputMethodMenu or InputMethodMenuButton is created before the first SetImeConfig() call is made. Note that aura_shell::Shell::Init() does this. - More than 1 layout IDs are passed to SetImeConfig(). Currently, on Chrome (or on browser_tests) start up, 5-6 layouts (Qwerty, Dvorak, ..) are passed by default. BUG=chromium:103503 TEST=ran try Review URL: http://codereview.chromium.org/8569011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111049 0039d316-1c4b-4281-b951-d872f2087c98
-
backer@chromium.org authored
R=pkotwicz@chromium.org BUG=None TEST=None Review URL: http://codereview.chromium.org/8547014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111048 0039d316-1c4b-4281-b951-d872f2087c98
-
dcheng@chromium.org authored
BUG=none TEST=trybots Review URL: http://codereview.chromium.org/8603013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111047 0039d316-1c4b-4281-b951-d872f2087c98
-
rdsmith@chromium.org authored
This is the believed cause of recent DownloadTest.*nownSize flakiness. BUG=104310 Review URL: http://codereview.chromium.org/8468028 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111046 0039d316-1c4b-4281-b951-d872f2087c98
-
sergeyu@chromium.org authored
Now all channels are created using CreateStreamChannel() as they should be! Review URL: http://codereview.chromium.org/8587053 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111045 0039d316-1c4b-4281-b951-d872f2087c98
-
davemoore@chromium.org authored
BUG=None TEST=SavePageBrowserTest.RemoveFromList browser_test Review URL: http://codereview.chromium.org/8618010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111044 0039d316-1c4b-4281-b951-d872f2087c98
-
- 21 Nov, 2011 8 commits
-
-
apatrick@chromium.org authored
Revert 111040 - Reland 110355 - Use shared D3D9 texture to transport the compositor's backing buffer to the browser process for presentation. Implemented ImageTransportSurface for Linux (without texture sharing), XP, Vista and 7. XP. The non-texture sharing Linux and XP paths just present directly to the compositing child window owned by the browser process as before. PassThroughImageTransportSurface still needs a proper name. I will move it into its own file once that is decided. I moved AcceleratedSurfaceBuffersSwapped outside of the platform specific ifdefs and made the signature the same on all platforms for greater consistency. I removed the code related to sharing surfaces between processes and synchronizing resize and swapping out of GpuCommandBufferStub. It is all now in ImageTransportSurface implementations. Original Review URL: http://codereview.chromium.org/8060045 Review URL: http://codereview.chromium.org/8620006 TBR=apatrick@chromium.org Review URL: http://codereview.chromium.org/8625003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111043 0039d316-1c4b-4281-b951-d872f2087c98
-
aa@chromium.org authored
BUG= TEST= Review URL: http://codereview.chromium.org/8619007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111042 0039d316-1c4b-4281-b951-d872f2087c98
-
backer@chromium.org authored
Removing code that --force-compositing-mode on all pages including WebUI. BUG=none TEST=none Review URL: http://codereview.chromium.org/8562007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111041 0039d316-1c4b-4281-b951-d872f2087c98
-
apatrick@chromium.org authored
Reland 110355 - Use shared D3D9 texture to transport the compositor's backing buffer to the browser process for presentation. Implemented ImageTransportSurface for Linux (without texture sharing), XP, Vista and 7. XP. The non-texture sharing Linux and XP paths just present directly to the compositing child window owned by the browser process as before. PassThroughImageTransportSurface still needs a proper name. I will move it into its own file once that is decided. I moved AcceleratedSurfaceBuffersSwapped outside of the platform specific ifdefs and made the signature the same on all platforms for greater consistency. I removed the code related to sharing surfaces between processes and synchronizing resize and swapping out of GpuCommandBufferStub. It is all now in ImageTransportSurface implementations. Original Review URL: http://codereview.chromium.org/8060045 Review URL: http://codereview.chromium.org/8620006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111040 0039d316-1c4b-4281-b951-d872f2087c98
-
sail@chromium.org authored
Deleting a profile can leave the user in a state where their last used profile pionts to a deleted profile. This can lead to crashes when the user opens a new window or uses the menu bar. Fix was to update the last used profile when deleting a profile. BUG=104957 TEST=Created 3 profiles, with just one window open deleted the active profile. Verified that File -> New Window opened a window to the next profile. Verified that Users -> Customize customized the next profile. Review URL: http://codereview.chromium.org/8592006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111039 0039d316-1c4b-4281-b951-d872f2087c98
-
nirnimesh@chromium.org authored
Use a real .jar because chrome ends up displaying a plain/text .jar file as text. BUG=104886 TEST=pyauto test: testDeclineDangerousDownload Review URL: http://codereview.chromium.org/8626001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111038 0039d316-1c4b-4281-b951-d872f2087c98
-
jamiewalch@google.com authored
BUG=None TEST=Manual Review URL: http://codereview.chromium.org/8573024 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111036 0039d316-1c4b-4281-b951-d872f2087c98
-
scherkus@chromium.org authored
BUG=76647,100914 TBR=glider Review URL: http://codereview.chromium.org/8630001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111035 0039d316-1c4b-4281-b951-d872f2087c98
-