- 08 Aug, 2011 40 commits
-
-
jamiewalch@google.com authored
BUG=91760 TEST=Manual Review URL: http://codereview.chromium.org/7566051 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@95858 0039d316-1c4b-4281-b951-d872f2087c98
-
ashokm@nvidia.com authored
ovda: fix the build break Fixing the build break. BUG=NONE TEST=omx_video_decode_accelerator_unittest Review URL: http://codereview.chromium.org/7583033 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@95857 0039d316-1c4b-4281-b951-d872f2087c98
-
estade@chromium.org authored
You can now: - drag a most visited tile onto an apps page to get an app for it - drag a most visited tile onto the trash (cool animations) - blacklisting a most visited tile with the [x] looks better - you don't see the trash icon show up for things that can't be trashed (as opposed to being able to drag onto trash but having it do nothing) BUG=none TEST=manual Review URL: http://codereview.chromium.org/7592001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@95856 0039d316-1c4b-4281-b951-d872f2087c98
-
evan@chromium.org authored
This declaration exists in the header, but it has no definition nor callers. Review URL: http://codereview.chromium.org/7583039 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@95855 0039d316-1c4b-4281-b951-d872f2087c98
-
evan@chromium.org authored
As far as I can tell this code is unreferenced in the Chrome tree, and dates back to the initial commit. Review URL: http://codereview.chromium.org/7491100 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@95854 0039d316-1c4b-4281-b951-d872f2087c98
-
evan@chromium.org authored
BUG=23581 Review URL: http://codereview.chromium.org/7583038 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@95852 0039d316-1c4b-4281-b951-d872f2087c98
-
achuith@chromium.org authored
download_manager_ can non-null if SavePackage is created and destroyed without Init() being called. This CHECK was originally introduced when SavePackage was an observer of the DownloadManager. BUG=91884 TEST=NONE Review URL: http://codereview.chromium.org/7599001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@95851 0039d316-1c4b-4281-b951-d872f2087c98
-
tsepez@chromium.org authored
Since print-preview uses an object tag, relax the object-src restriction in the content_security_policy.html file. Also fix typo in print_preview.html where the object tag has a src="", not a data="" attribute. Review URL: http://codereview.chromium.org/7566049 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@95850 0039d316-1c4b-4281-b951-d872f2087c98
-
binji@chromium.org authored
Types" section. BUG=91658 TEST=manual Review URL: http://codereview.chromium.org/7583023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@95848 0039d316-1c4b-4281-b951-d872f2087c98
-
varunjain@chromium.org authored
BUG=none. TEST=none. Review URL: http://codereview.chromium.org/7491090 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@95847 0039d316-1c4b-4281-b951-d872f2087c98
-
darin@chromium.org authored
TBR=fischman@chromium.org Review URL: http://codereview.chromium.org/7601002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@95846 0039d316-1c4b-4281-b951-d872f2087c98
-
dyu@chromium.org authored
TEST=none BUG=89279 Review URL: http://codereview.chromium.org/7576027 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@95845 0039d316-1c4b-4281-b951-d872f2087c98
-
vandebo@chromium.org authored
- Start/Finish page was missing. - transform was off as well. - This CL is on top of http://codereview.chromium.org/7585012/ BUG=91727 TEST=View saved PDF form print preview, content and margins should be correct. Review URL: http://codereview.chromium.org/7584019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@95844 0039d316-1c4b-4281-b951-d872f2087c98
-
jhawkins@chromium.org authored
Delete the query after notifying the consumer. Also clean up a style issue. BUG=91950 TEST=none R=groby@chromium.org Review URL: http://codereview.chromium.org/7541062 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@95842 0039d316-1c4b-4281-b951-d872f2087c98
-
darin@chromium.org authored
Review URL: http://codereview.chromium.org/7572040 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@95841 0039d316-1c4b-4281-b951-d872f2087c98
-
phajdan.jr@chromium.org authored
BUG=90905 Review URL: http://codereview.chromium.org/7491098 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@95840 0039d316-1c4b-4281-b951-d872f2087c98
-
tony@chromium.org authored
Also add OVERRIDE to the GTK+ and OSX implementations. BUG=23581 Review URL: http://codereview.chromium.org/7550050 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@95839 0039d316-1c4b-4281-b951-d872f2087c98
-
sadrul@chromium.org authored
In views-desktop world, the omnibox popup should be parented to the widget the location-bar belongs to. This fixes pointer events on the popup in touchui. BUG=none TEST=manually Review URL: http://codereview.chromium.org/7584024 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@95838 0039d316-1c4b-4281-b951-d872f2087c98
-
gman@chromium.org authored
For contexts not sharing resources this means the 3 to 30 calls to get link status and attrib/uniform locations will go from 3-30 sync calls to 1 sync call. TEST=unit tests and ran OpenGL ES 2.0 conformance tests BUG=85966 Review URL: http://codereview.chromium.org/7358006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@95836 0039d316-1c4b-4281-b951-d872f2087c98
-
polina@google.com authored
are called on trusted and untrusted implementations. BUG=91758 TEST=n/a Review URL: http://codereview.chromium.org/7576026 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@95835 0039d316-1c4b-4281-b951-d872f2087c98
-
backer@chromium.org authored
BUG=5110667 TEST=None Review URL: http://codereview.chromium.org/7597001 Patch from Ian Vollick <vollick@chromium.org>. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@95834 0039d316-1c4b-4281-b951-d872f2087c98
-
evan@chromium.org authored
While I'm at it, simplify some code. Review URL: http://codereview.chromium.org/7550051 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@95832 0039d316-1c4b-4281-b951-d872f2087c98
-
sadrul@chromium.org authored
BUG=none TEST=WidgetObserverTest.ActivationChange Review URL: http://codereview.chromium.org/7585028 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@95828 0039d316-1c4b-4281-b951-d872f2087c98
-
gman@chromium.org authored
TEST=ran gpu tests through chrome_tests BUG=none Review URL: http://codereview.chromium.org/7595002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@95827 0039d316-1c4b-4281-b951-d872f2087c98
-
fischman@chromium.org authored
BUG=68657 TEST=CookieMonsterTest.InitializeFromCookieMonster Review URL: http://codereview.chromium.org/7541021 TBR=ycxiao@chromium.org Review URL: http://codereview.chromium.org/7595007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@95826 0039d316-1c4b-4281-b951-d872f2087c98
-
ycxiao@chromium.org authored
BUG=68657 TEST=CookieMonsterTest.InitializeFromCookieMonster Review URL: http://codereview.chromium.org/7541021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@95825 0039d316-1c4b-4281-b951-d872f2087c98
-
kaznacheev@chromium.org authored
Also refactored image_buffer.js to split in several loosely coupled objects. BUG= TEST= Review URL: http://codereview.chromium.org/7541075 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@95824 0039d316-1c4b-4281-b951-d872f2087c98
-
mazda@chromium.org authored
BUG=none TEST=Manually on the chromebook Review URL: http://codereview.chromium.org/7584002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@95822 0039d316-1c4b-4281-b951-d872f2087c98
-
bulach@chromium.org authored
BUG= TEST= Review URL: http://codereview.chromium.org/7480016 Patch from Steve Block <steveblock@google.com>. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@95821 0039d316-1c4b-4281-b951-d872f2087c98
-
jstritar@chromium.org authored
This corrects an issue causing file URL access to default on for <all_urls> and file:/// permissions. We also revert all extension's "allow file access" flags to false since we can't distinguish between extensions that were installed with the bug present and those where the user clicked allow file access. Unpacked extensions will now have opt-in file access as well. BUG=91577 TEST=ExtensionServiceTest.DefaultFileAccess Review URL: http://codereview.chromium.org/7574017 TBR=jstritar@chromium.org Review URL: http://codereview.chromium.org/7595005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@95820 0039d316-1c4b-4281-b951-d872f2087c98
-
thakis@chromium.org authored
BUG=91371 TEST=none TBR=mseaborn Review URL: http://codereview.chromium.org/7584030 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@95819 0039d316-1c4b-4281-b951-d872f2087c98
-
sky@chromium.org authored
ExtensionsTabModule is asking for the id of a deleted TabContents. My guess is ExtensionWebNavigationTabObserver is adding an entry for a TabContents that is later deleted and ExtensionWebNavigationTabObserver doesn't clean up it's map so that if another TabContents ends up with the same pointer value we get a crash. BUG=91385 TEST=none R=jochen@chromium.org Review URL: http://codereview.chromium.org/7562003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@95818 0039d316-1c4b-4281-b951-d872f2087c98
-
file:///jstritar@chromium.org authored
BUG=none TEST=ExtensionPermissionSetTest.GetDistinctHostsForDisplay Review URL: http://codereview.chromium.org/7582017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@95817 0039d316-1c4b-4281-b951-d872f2087c98
-
agl@chromium.org authored
(Reland of r95643, reverted in r95644.) git-svn-id: svn://svn.chromium.org/chrome/trunk/src@95816 0039d316-1c4b-4281-b951-d872f2087c98
-
jstritar@chromium.org authored
This corrects an issue causing file URL access to default on for <all_urls> and file:/// permissions. We also revert all extension's "allow file access" flags to false since we can't distinguish between extensions that were installed with the bug present and those where the user clicked allow file access. Unpacked extensions will now have opt-in file access as well. BUG=91577 TEST=ExtensionServiceTest.DefaultFileAccess Review URL: http://codereview.chromium.org/7574017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@95815 0039d316-1c4b-4281-b951-d872f2087c98
-
jochen@chromium.org authored
BUG=none TEST=none Review URL: http://codereview.chromium.org/7491079 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@95813 0039d316-1c4b-4281-b951-d872f2087c98
-
timurrrr@chromium.org authored
Fix a typo in the prev patch Increase the number of stacktrace frames to 40 TBR=bruening Review URL: http://codereview.chromium.org/7585035 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@95810 0039d316-1c4b-4281-b951-d872f2087c98
-
mnissler@chromium.org authored
Remove redundant header and center the confirmation message. BUG=chromium-os:18798 TEST=Check enterprise enrollment confirmation page on WebUI OOBE. Review URL: http://codereview.chromium.org/7584017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@95809 0039d316-1c4b-4281-b951-d872f2087c98
-
mnissler@chromium.org authored
If the gaia login frame is loaded right away when the main OOBE UI loads, there's no chance for the enrollment handler to set up chrome.dialogArguments, which gaia_login.js however requires to initialize correctly. So, defer loading of the gaia login frame to the point the enterprise enrollment screen actually gets shown. BUG=chromium-os:18736 TEST=Enrollment triggered through the accelerator finally works. Review URL: http://codereview.chromium.org/7550048 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@95808 0039d316-1c4b-4281-b951-d872f2087c98
-
mnissler@chromium.org authored
Previously, the code would only change the CSS classes for the current and the next step. This resulted in any steps between these two to incorrectly remain at their old state, which results in the next transition not working. BUG=chromium-os:18736 TEST=Enterprise enrollment screen is actually visible when triggered through accelarator. Review URL: http://codereview.chromium.org/7541047 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@95807 0039d316-1c4b-4281-b951-d872f2087c98
-