- 24 Oct, 2011 25 commits
-
-
tfarina@chromium.org authored
BUG=68267 R=sky@chromium.org Review URL: http://codereview.chromium.org/8373016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@106920 0039d316-1c4b-4281-b951-d872f2087c98
-
loislo@chromium.org authored
Hybi-10 (corresponds to Sec-WebSocket-Version: 8) -- "Frames sent from the server to the client are not masked." Hybi-17 (corresponds to Sec-WebSocket-Version: 13) -- "A server MUST NOT mask any frames that it sends to the client. A client MUST close a connection if it detects a masked frame." BUG=101340 TEST=none Review URL: http://codereview.chromium.org/8370035 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@106918 0039d316-1c4b-4281-b951-d872f2087c98
-
kevers@chromium.org authored
BUG=Work in progress towards fixing chromium:100392. TEST= Review URL: http://codereview.chromium.org/8366016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@106917 0039d316-1c4b-4281-b951-d872f2087c98
-
leandrogracia@chromium.org authored
BUG=97388 TEST=none Review URL: http://codereview.chromium.org/8321003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@106916 0039d316-1c4b-4281-b951-d872f2087c98
-
vollick@chromium.org authored
High level description: - LayerPropertySetter is now LayerAnimator since it manages implicit/explicit animations and the animation queue. - LayerAnimationElement represents an animation curve. - LayerAnimationSequence owns a collection of elements. - The animator works as follows: o Has a queue of sequences and a collection of running sequences. o It knows the start time of each running sequence. o While there are running sequences, LayerAnimator::Step(base::TimeTicks now) is called periodically, and each of the running sequences are updated. BUG=None TEST=compositor_unittests, base_unittests Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=106768 Review URL: http://codereview.chromium.org/8247009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@106915 0039d316-1c4b-4281-b951-d872f2087c98
-
glider@chromium.org authored
Extend the suppression for gleUpdateState (issue 79994) Extend the suppression for HALCADClient::AddPropertyListener (issue 46186) Suppress a leak in InProcessBrowserTest.Empty (issue 101359) Extend the suppression for the leaks in SecTrustEvaluate (issue 96300) Issue 79878 is a metabug for mac_valgrind trybot issues. TBR=oshima BUG=46186,79994,79878,96300,101359 Review URL: http://codereview.chromium.org/8381008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@106914 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@106913 0039d316-1c4b-4281-b951-d872f2087c98
-
reed@google.com authored
Review URL: http://codereview.chromium.org/8381005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@106912 0039d316-1c4b-4281-b951-d872f2087c98
-
glider@chromium.org authored
Suppress the leak in OutOfProcessPPAPITest.Graphics2D (issue 101347) TBR=oshima BUG=101345,101347 Review URL: http://codereview.chromium.org/8382002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@106906 0039d316-1c4b-4281-b951-d872f2087c98
-
ivankr@chromium.org authored
*) Histograms for Profile image fetching and image screen display times. *) Moved Picasa token to the beginning of the token list to be fetched. BUG=chromium-os:21815 TEST=manual Review URL: http://codereview.chromium.org/8360003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@106905 0039d316-1c4b-4281-b951-d872f2087c98
-
glider@chromium.org authored
Suppress a conditional jump depending on uninit value in SendExtensionWebRequestStatusToHost (issue 101335) Add a new stack for issue 101146 Suppress an UninitCondition in RenderViewImpl::SyncSelectionIfRequired (issue 101342) BUG=101335,101146,101342 TBR=oshima Review URL: http://codereview.chromium.org/8380001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@106904 0039d316-1c4b-4281-b951-d872f2087c98
-
mflodman@chromium.org authored
BUG=100772 Review URL: http://codereview.chromium.org/8359024 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@106903 0039d316-1c4b-4281-b951-d872f2087c98
-
caseq@google.com authored
BUG=none TEST=none We used to omit default context menu items if custom items are present. Now we include both custom and default items in case there's an active selection. We need this to be able to show custom context menu items on selection in DevTools. Here's the WebKit part of the change: https://bugs.webkit.org/show_bug.cgi?id=69924 Review URL: http://codereview.chromium.org/8318005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@106902 0039d316-1c4b-4281-b951-d872f2087c98
-
henrika@chromium.org authored
TBR=tommi git-svn-id: svn://svn.chromium.org/chrome/trunk/src@106901 0039d316-1c4b-4281-b951-d872f2087c98
-
henrika@chromium.org authored
TBR=tommi Review URL: http://codereview.chromium.org/8373031 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@106900 0039d316-1c4b-4281-b951-d872f2087c98
-
henrika@chromium.org authored
Requires Windows Vista or higher. BUG=none TEST=Attached unit test (requires undefined CHROME_HEADLESS) Review URL: http://codereview.chromium.org/8283032 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@106899 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@106898 0039d316-1c4b-4281-b951-d872f2087c98
-
yuzo@chromium.org authored
BUG=none TEST=none TBR=jchaffraix,yurys Review URL: http://codereview.chromium.org/8368023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@106897 0039d316-1c4b-4281-b951-d872f2087c98
-
oshima@google.com authored
BUG=99471 TEST=none Review URL: http://codereview.chromium.org/8343023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@106896 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@106895 0039d316-1c4b-4281-b951-d872f2087c98
-
yuzo@chromium.org authored
BUG=none TEST=none TBR=jchaffraix,yurys Review URL: http://codereview.chromium.org/8370032 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@106894 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@106893 0039d316-1c4b-4281-b951-d872f2087c98
-
yuzo@chromium.org authored
BUG=none TEST=none TBR=jchaffraix Review URL: http://codereview.chromium.org/8375020 TBR=yuzo@chromium.org Review URL: http://codereview.chromium.org/8369027 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@106892 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@106890 0039d316-1c4b-4281-b951-d872f2087c98
-
yuzo@chromium.org authored
BUG=none TEST=none TBR=jchaffraix Review URL: http://codereview.chromium.org/8375020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@106889 0039d316-1c4b-4281-b951-d872f2087c98
-
- 23 Oct, 2011 9 commits
-
-
zelidrag@chromium.org authored
BUG=chromium-os:21633 TEST=make sure that user signin works properly on Alex - we should not show Gaia signin screen on second login after system resote Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=106881 Review URL: http://codereview.chromium.org/8373022 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@106882 0039d316-1c4b-4281-b951-d872f2087c98
-
zelidrag@chromium.org authored
BUG=chromium-os:21633 TEST=make sure that user signin works properly on Alex - we should not show Gaia signin screen on second login after system resote Review URL: http://codereview.chromium.org/8373022 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@106881 0039d316-1c4b-4281-b951-d872f2087c98
-
jhawkins@chromium.org authored
BUG=none TEST=none R=csilv@chromium.org Review URL: http://codereview.chromium.org/8370007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@106878 0039d316-1c4b-4281-b951-d872f2087c98
-
aa@chromium.org authored
those with bindings. This also allows us to tighten down access in ExtensionFunctionDispatcher a bit more. This is needed to allow us to answer questions about process capabilities on the IO thread. For example: http://codereview.chromium.org/%20%208312005/ Review URL: http://codereview.chromium.org/8361021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@106876 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-release@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@106873 0039d316-1c4b-4281-b951-d872f2087c98
-
satorux@chromium.org authored
We don't show a notification panel when an update is ready. Asked kanliu@ and he was okay with removing this. TEST=chrome and tests build. BUG=chromium-os:16564 Review URL: http://codereview.chromium.org/8369009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@106871 0039d316-1c4b-4281-b951-d872f2087c98
-
nduca@chromium.org authored
Review URL: http://codereview.chromium.org/8368003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@106870 0039d316-1c4b-4281-b951-d872f2087c98
-
tfarina@chromium.org authored
R=maruel@chromium.org,willchan@chromium.org,grt@chromium.org Review URL: http://codereview.chromium.org/8344004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@106869 0039d316-1c4b-4281-b951-d872f2087c98
-
maruel@chromium.org authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@106868 0039d316-1c4b-4281-b951-d872f2087c98
-
- 22 Oct, 2011 6 commits
-
-
sadrul@chromium.org authored
BUG=none TEST=manually Review URL: http://codereview.chromium.org/8375018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@106861 0039d316-1c4b-4281-b951-d872f2087c98
-
sreeram@chromium.org authored
I've verified that the test fails without the bugfix in r105126. BUG=99836 TEST=interactive_ui_tests InstantTest.IntranetPathLooksLikeSearch Review URL: http://codereview.chromium.org/8369012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@106860 0039d316-1c4b-4281-b951-d872f2087c98
-
brettw@chromium.org authored
Review URL: http://codereview.chromium.org/8369025 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@106859 0039d316-1c4b-4281-b951-d872f2087c98
-
brettw@chromium.org authored
TBR=viettrungluu Review URL: http://codereview.chromium.org/8371020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@106858 0039d316-1c4b-4281-b951-d872f2087c98
-
brettw@chromium.org authored
This adds a new clipboard API and thunks for it, and converts the existing proxy to use the new system. This adds a UI test for this feature. BUG= TEST=included Review URL: http://codereview.chromium.org/8365017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@106857 0039d316-1c4b-4281-b951-d872f2087c98
-
brettw@chromium.org authored
GetInfo is deprecated. I moved all the Flash setup for the proxy into a separate function since I suspect we'll be moving this somewhere else in the future to allow a non-Flash build of the proxy. I didn't change any thunk stuff (it would be nice to convert more of these APIs) since I started and this patch got too complicated. I also changed the way the factory functions worked. I could save a bunch of macros by using a template. Yay! TEST=it compiles BUG=none Review URL: http://codereview.chromium.org/8359010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@106856 0039d316-1c4b-4281-b951-d872f2087c98
-