- 30 Aug, 2011 2 commits
-
-
piman@chromium.org authored
BUG=none TEST=Pepper Flash Review URL: http://codereview.chromium.org/7765011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98742 0039d316-1c4b-4281-b951-d872f2087c98
-
agl@chromium.org authored
BUG=94673 TEST=Visit https://www.diginotar.com and expect an invalid authority error. Review URL: http://codereview.chromium.org/7795014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98741 0039d316-1c4b-4281-b951-d872f2087c98
-
- 29 Aug, 2011 38 commits
-
-
stevenjb@google.com authored
BUG=chromium-os:19576 TEST=Requires updated libcros (166). Ensure tests pass. Thoroughly test Network UI. Review URL: http://codereview.chromium.org/7765009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98737 0039d316-1c4b-4281-b951-d872f2087c98
-
dmaclach@chromium.org authored
BUG=NONE TEST=BUILD Review URL: http://codereview.chromium.org/7792021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98736 0039d316-1c4b-4281-b951-d872f2087c98
-
ananta@chromium.org authored
Remove handling for the ViewHostMsg_GetCookies and ViewHostMsg_SetCookies from Chrome. These messages were being handled in Chrome only for ChromeFrame processes, i.e. to route the cookie requests to the host browser. We now send out the ChromeViewHostMsg_GetCookies and ChromeViewHostMsg_SetCookies IPCs for ChromeFrame processes. These are sent out by the embedder instance which lives in the renderer. ChromeRenderMessageFilter handles these messages. This is a continuation of the changes to not handle IPC messages from content in Chrome and vice versa. BUG=87335 TEST=No change in functionality. chrome frame net tests and chrome frame tests should pass. Review URL: http://codereview.chromium.org/7764014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98735 0039d316-1c4b-4281-b951-d872f2087c98
-
tburkard@chromium.org authored
This code will be removed again once histograms have been collected. Review URL: http://codereview.chromium.org/7775003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98734 0039d316-1c4b-4281-b951-d872f2087c98
-
evan@chromium.org authored
We now depend on GTK 2.18, and in fact we've been infobaring users who don't have it informing them that Chrome will stop working. Review URL: http://codereview.chromium.org/7791004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98732 0039d316-1c4b-4281-b951-d872f2087c98
-
estade@chromium.org authored
broken in r98715 BUG=none TEST=waterfall Review URL: http://codereview.chromium.org/7793015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98731 0039d316-1c4b-4281-b951-d872f2087c98
-
kbr@google.com authored
as possible workaround for crash in NVIDIA driver on Mac. Also fixed bug ID in comment. BUG=94103 TEST=none (manually tested some WebGL content) Review URL: http://codereview.chromium.org/7800006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98729 0039d316-1c4b-4281-b951-d872f2087c98
-
jam@chromium.org authored
Stop using the default profile's proxy service for plugin proxy requests, and instead use the associated profile's proxy service. I proxy the IPC through the renderer first, as that makes it easy to get to the associated profile. BUG=92361,64339 Review URL: http://codereview.chromium.org/7791005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98728 0039d316-1c4b-4281-b951-d872f2087c98
-
bbudge@chromium.org authored
BUG=93740 TEST=manual Review URL: http://codereview.chromium.org/7757008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98727 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98726 0039d316-1c4b-4281-b951-d872f2087c98
-
ahendrickson@chromium.org authored
Moving towards giving the user feedback when a file system error occurs during a download. Split from CL 7134019. BUG=85240 TEST=None Review URL: http://codereview.chromium.org/7646025 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98725 0039d316-1c4b-4281-b951-d872f2087c98
-
levin@chromium.org authored
TBR=apavlov@chromium.org Review URL: http://codereview.chromium.org/7799007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98724 0039d316-1c4b-4281-b951-d872f2087c98
-
oshima@google.com authored
TBR=csilv@chromium.org BUG=94664 TEST=none Review URL: http://codereview.chromium.org/7799010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98723 0039d316-1c4b-4281-b951-d872f2087c98
-
arv@chromium.org authored
BUG=none TEST=bots Review URL: http://codereview.chromium.org/7764012 TBR=polina@google.com Review URL: http://codereview.chromium.org/7800007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98722 0039d316-1c4b-4281-b951-d872f2087c98
-
kerz@chromium.org authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98719 0039d316-1c4b-4281-b951-d872f2087c98
-
evan@chromium.org authored
Conceptually, the function to call is known at compile time. There is no reason to save it into a static variable. It turns out doing causes the compiler to emit a static initializer to track whether free_ has been initialized. This change removes static initializers from eight .o files on my local Release build. BUG=87171 Review URL: http://codereview.chromium.org/7795008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98718 0039d316-1c4b-4281-b951-d872f2087c98
-
xiyuan@chromium.org authored
So that we show Gaia horizonally center. BUG=chromium-os:19779 TEST=Verify fix for chromium-os:19779. Review URL: http://codereview.chromium.org/7792009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98717 0039d316-1c4b-4281-b951-d872f2087c98
-
fsamuel@chromium.org authored
BUG=none TEST=manually Review URL: http://codereview.chromium.org/7764006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98716 0039d316-1c4b-4281-b951-d872f2087c98
-
estade@chromium.org authored
1. install to the correct page (0 -> -1 in crx_installer) 2. scroll to show the app (scrollTop change in apps_page.js) 3. reset tiles after trashing an app (trash.js change) 4. fix install-display for already-open NTPs. The old technique of always navigating stacked up history entries when the NTP had already been open. It was also flaky (seemed to be vulnerable to some race). Now we use an install notification which the NTP in question will be listening for. BUG=92995,91583 TEST=manual Review URL: http://codereview.chromium.org/7776001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98715 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98714 0039d316-1c4b-4281-b951-d872f2087c98
-
zmo@google.com authored
BUG=none TEST=tree green Review URL: http://codereview.chromium.org/7791007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98713 0039d316-1c4b-4281-b951-d872f2087c98
-
mihaip@chromium.org authored
The flow is: 1. Fetch store metadata as JSON (using URLFetcher) 2. Parse response in utility process (via SafeWebstoreResponseParser) 3. Parse manifest and get icon data using WebstoreInstallHelper 4. Show install UI 5. Whitelist extension ID for download and start download Still missing are a way of informing the page that the inline install succeeded or failed. Also removes ExtensionTabHelper::GetCustomFrameNativeWindow, since it wasn't actually overriding anything (the method was removed from ExtensionFunctionDispatcher::Delegate by r74835). R=asargent@chromium.org Review URL: http://codereview.chromium.org/7741037 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98712 0039d316-1c4b-4281-b951-d872f2087c98
-
erg@google.com authored
Now with fixes for builds that trybots don't cover by default. (This yak needs shaving because chunks of gtk using code in chrome/ are being moved to content/ to build the content_shell, but we can't depend on code in chrome/. While I'm here, split gtk_util.h into a set of logical chunks: hig constants, widget factory functions, etc instead of just moving the file.) BUG=93804 TEST=none; code move First Review URL: http://codereview.chromium.org/7737001 Review URL: http://codereview.chromium.org/7748026 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98711 0039d316-1c4b-4281-b951-d872f2087c98
-
piman@google.com authored
This tool simulates the GPU demands of Chromium's GPU-accelerated compositor. In the current version, we simulate the performance of the existing forward rendering model; coming changes will prototype a new model. BUG=None TEST=self This is http://codereview.chromium.org/7718020/ with trivial fixes Original change by Joshua Trask <joshtrask@google.com> Review URL: http://codereview.chromium.org/7792002 Patch from Joshua Trask <joshtrask@google.com>. TBR=piman@google.com Review URL: http://codereview.chromium.org/7792016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98710 0039d316-1c4b-4281-b951-d872f2087c98
-
saintlou@chromium.org authored
chrome/app/theme/large_tab_active_center.png | Bin 47721 -> 13026 bytes chrome/app/theme/large_tab_active_left.png | Bin 49114 -> 13782 bytes chrome/app/theme/large_tab_active_right.png | Bin 48883 -> 13502 bytes chrome/app/theme/large_tab_alpha_left.png | Bin 48033 -> 13349 bytes chrome/app/theme/large_tab_alpha_right.png | Bin 49813 -> 13238 bytes chrome/app/theme/large_tab_close.png | Bin 47134 -> 13018 bytes chrome/app/theme/large_tab_close_h.png | Bin 53363 -> 13621 bytes chrome/app/theme/large_tab_close_mask.png | Bin 48963 -> 13366 bytes chrome/app/theme/large_tab_close_p.png | Bin 54518 -> 13749 bytes chrome/app/theme/large_tab_drop_down.png | Bin 51151 -> 13789 bytes chrome/app/theme/large_tab_drop_up.png | Bin 50911 -> 13808 bytes chrome/app/theme/large_tab_inactive_center.png | Bin 47525 -> 13086 bytes chrome/app/theme/large_tab_inactive_left.png | Bin 50316 -> 13808 bytes chrome/app/theme/large_tab_inactive_right.png | Bin 48411 -> 13477 bytes BUG=none TEST=none TBR=sail@chromium.org Review URL: http://codereview.chromium.org/7794009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98709 0039d316-1c4b-4281-b951-d872f2087c98
-
polina@google.com authored
BUG=none TEST=bots Review URL: http://codereview.chromium.org/7764012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98708 0039d316-1c4b-4281-b951-d872f2087c98
-
kerz@chromium.org authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98707 0039d316-1c4b-4281-b951-d872f2087c98
-
piman@google.com authored
This tool simulates the GPU demands of Chromium's GPU-accelerated compositor. In the current version, we simulate the performance of the existing forward rendering model; coming changes will prototype a new model. BUG=None TEST=self This is http://codereview.chromium.org/7718020/ with trivial fixes Original change by Joshua Trask <joshtrask@google.com> Review URL: http://codereview.chromium.org/7792002 Patch from Joshua Trask <joshtrask@google.com>. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98706 0039d316-1c4b-4281-b951-d872f2087c98
-
stevenjb@google.com authored
BUG=none TEST=Chrome builds and runs on ChromeOS Review URL: http://codereview.chromium.org/7779004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98705 0039d316-1c4b-4281-b951-d872f2087c98
-
rvargas@google.com authored
temporary file so that the subsequent rename always operates with data in disk. BUG=89356 TEST=none Review URL: http://codereview.chromium.org/7695014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98704 0039d316-1c4b-4281-b951-d872f2087c98
-
dmaclach@chromium.org authored
BUG=94642 TEST=BUILD Review URL: http://codereview.chromium.org/7790012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98703 0039d316-1c4b-4281-b951-d872f2087c98
-
rginda@chromium.org authored
Add chromeish button style Fix dialog gradient and transitions Fix harness file creation Fix task button rendering Make list header gradient not leak outside of list Show checkmark even when only a single item is selected (multi-select mode only). Add a delay to the mock tasks callback to better simulate the real world. BUG=chromium-os:17028, chromium-os:19373, chromium-os:19693 TEST=manual testing Review URL: http://codereview.chromium.org/7764011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98701 0039d316-1c4b-4281-b951-d872f2087c98
-
sky@chromium.org authored
of BookmarkBarView changes. My last patch added the plumbing, this wires it up. BUG=92994 TEST=make sure bookmark menus still work; covered by tests too. R=ben@chromium.org Review URL: http://codereview.chromium.org/7787001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98700 0039d316-1c4b-4281-b951-d872f2087c98
-
dhollowa@chromium.org authored
These changes enable save and restore of minimized window state on Windows. (Mac and Linux came prior). The window state is now saved whenever size-changed notifications fire (in addition to the original activation and close cases). BUG=43274 TEST=Manual. Launch Chrome on Windows, create two browser windows, minimize "a" window, quit. Relaunch, expect "a" to be minimized. Review URL: http://codereview.chromium.org/7748036 TBR=dhollowa@chromium.org Review URL: http://codereview.chromium.org/7790010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98699 0039d316-1c4b-4281-b951-d872f2087c98
-
sky@chromium.org authored
as though a TabSTripModel is getting notified that has a NULL in contents_data_. That doesn't seem possible though, so something weird must be happening. BUG=93747 TEST=none R=ben@chromium.org Review URL: http://codereview.chromium.org/7767010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98698 0039d316-1c4b-4281-b951-d872f2087c98
-
rtenneti@chromium.org authored
in Beta channel and XP. We will crash the browser if UI/IO threads don't respond within 24 secs (instead of 12 secs) in Beta channel and Windows XP. BUG=90095 R=jar TEST=thread_watcher unit tests Review URL: http://codereview.chromium.org/7744015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98697 0039d316-1c4b-4281-b951-d872f2087c98
-
kbr@google.com authored
Revert 98355 (was semantically incorrect, caused assertion failures in Debug builds with some apps) - Further attempted workarounds for Mac- and NVIDIA-specific crash. Can not reproduce this crash in house any more, so adding more code along the lines of the earlier fix which was known to work on some hardware. BUG=94103 TEST=none (tested manually to verify no regression) Review URL: http://codereview.chromium.org/7756001 TBR=kbr@google.com Review URL: http://codereview.chromium.org/7795006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98694 0039d316-1c4b-4281-b951-d872f2087c98
-
sky@chromium.org authored
OptionMenuModel::translate_infobar_delegate_ has been deleted. This may be possible if BeforeTranslateInfoBar is deleted while the menu is showing. Changing the code like I'm doing makes sure the menu is deleted if BeforeTranslateInfoBar is deleted too. BUG=93314 TEST=none R=pkasting@chromium.org Review URL: http://codereview.chromium.org/7745057 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98693 0039d316-1c4b-4281-b951-d872f2087c98
-