summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Publish DEPS for Chromium 13.0.782.10113.0.782.101gitdeps2014-04-041-362/+206
|
* Incrementing VERSION to 13.0.782.101chrome-release@google.com2011-07-221-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/branches/782/src@93515 0039d316-1c4b-4281-b951-d872f2087c98
* Merge 93501 - chromeos: Update static chrome://os-credits page for R13.derat@chromium.org2011-07-221-16216/+576
| | | | | | | | | | | | | | | This is the result of me running my license-gathering script across a 0.13.587.B x86-alex build. BUG=chromium-os:18018 TEST=manual inspection Review URL: http://codereview.chromium.org/7484015 TBR=derat@chromium.org Review URL: http://codereview.chromium.org/7483017 git-svn-id: svn://svn.chromium.org/chrome/branches/782/src@93503 0039d316-1c4b-4281-b951-d872f2087c98
* Merge 92390 - Disk cache: detect block files that are shorter than expectedrvargas@google.com2011-07-216-5/+39
| | | | | | | | | | | | | and return a proper net error code from async IO. BUG=88968 TEST=net_unittests Review URL: http://codereview.chromium.org/7351007 TBR=rvargas@google.com Review URL: http://codereview.chromium.org/7486010 git-svn-id: svn://svn.chromium.org/chrome/branches/782/src@93489 0039d316-1c4b-4281-b951-d872f2087c98
* Incrementing VERSION to 13.0.782.100chrome-release@google.com2011-07-211-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/branches/782/src@93312 0039d316-1c4b-4281-b951-d872f2087c98
* Merge 93214 - Ensure that plugins can be destroyed in swapped out RenderViews.laforge@chromium.org2011-07-201-0/+4
| | | | | | | | | | | | BUG=85210 TEST=Go back to a page with Flash on Linux. Review URL: http://codereview.chromium.org/7453004 TBR=creis@chromium.org Review URL: http://codereview.chromium.org/7465010 git-svn-id: svn://svn.chromium.org/chrome/branches/782/src@93248 0039d316-1c4b-4281-b951-d872f2087c98
* Incrementing VERSION to 13.0.782.99chrome-release@google.com2011-07-201-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/branches/782/src@93151 0039d316-1c4b-4281-b951-d872f2087c98
* Remove --disable-3d-apis check for pepper interfaces in the renderer. laforge@chromium.org2011-07-201-17/+14
| | | | | | | | | | The flag should only affect NaCl binaries, so this is the wrong place to check. We'll re-introduce a check inside the NaCl plugin to get the desired behavior. BUG=chromium-os:16667 TEST=configure Disable3DAPIs and observer renderer on chromeos is not crashing upon instantiating flash plugins. Review URL: http://codereview.chromium.org/7459004 git-svn-id: svn://svn.chromium.org/chrome/branches/782/src@93136 0039d316-1c4b-4281-b951-d872f2087c98
* Workaround for Typing Slowdownlaforge@chromium.org2011-07-201-0/+4
| | | | | | | | | | Work around the omnibox typing delay seen for longer strings by limiting the HistoryQuickProvider to only handle the first 6 terms found in the omnibox string typed by the user. BUG=88498 TEST=Type a lot of text into the omnibox and verify that typing does not slow down. Review URL: http://codereview.chromium.org/7458007 git-svn-id: svn://svn.chromium.org/chrome/branches/782/src@93132 0039d316-1c4b-4281-b951-d872f2087c98
* [Mac] Manually patch BookmarkNodeFaviconChanged fix.shess@chromium.org2011-07-197-21/+33
| | | | | | | | | | | | | | | | | | | Original CL is r91945 ( http://crrev.com/91945 ). Unfortunately, that change depended on a number of other changes the branch doesn't want. The relevant bit of the comment was: "Make BookmarkMenuBridge objects and BookMarkMenuCocoaController objects take the NSMenu at init time (BookmarkMenuCocoaController was unexpectedly hard-coded to hook onto the main menu bar Bookmarks menu as its delegate, causing previously mysterious sync problems and crashes)." BUG=87193 TEST=Crash server stops showing the crashes. Review URL: http://codereview.chromium.org/7457008 git-svn-id: svn://svn.chromium.org/chrome/branches/782/src@93127 0039d316-1c4b-4281-b951-d872f2087c98
* Merge 93102 - Collect stats on how many users see mixed scripting on ↵cevans@chromium.org2011-07-191-0/+6
| | | | | | | | | | | | google.com, so we can be confident in blocking it without annoying a huge percentage of users. Review URL: http://codereview.chromium.org/7453002 TBR=cevans@chromium.org Review URL: http://codereview.chromium.org/7452011 git-svn-id: svn://svn.chromium.org/chrome/branches/782/src@93121 0039d316-1c4b-4281-b951-d872f2087c98
* Merge 92397 - Skip NativeWidgetWin::LockUpdates when in aero mode to fix Gpu ↵nduca@chromium.org2011-07-191-3/+12
| | | | | | | | | | | | | | rendering freeze. BUG=85417 TEST=Open webgl sample as indicated in bug, move mouse over tab strip and confirm that the tab contents do not freeze. Review URL: http://codereview.chromium.org/7329031 TBR=nduca@chromium.org Review URL: http://codereview.chromium.org/7449007 git-svn-id: svn://svn.chromium.org/chrome/branches/782/src@93088 0039d316-1c4b-4281-b951-d872f2087c98
* Merge 93068 - Unbind currently bound surface before binding new surface.reveman@google.com2011-07-191-9/+11
| | | | | | | | | | | | BUG=chrome-os-partner:4967 TEST=manual Review URL: http://codereview.chromium.org/7446008 TBR=reveman@google.com Review URL: http://codereview.chromium.org/7446013 git-svn-id: svn://svn.chromium.org/chrome/branches/782/src@93072 0039d316-1c4b-4281-b951-d872f2087c98
* Merge 90570 - Delay between camera reinitializationslaforge@chromium.org2011-07-193-9/+37
| | | | | | | | | | | | | R=altimofeev@chromium.org BUG=chromium-os:16048 TEST=On image screen while capturing video close and open the lid several times with the screen lock turned off. Verify that camera doesn't fail to initialize. Review URL: http://codereview.chromium.org/7264020 TBR=avayvod@chromium.org Review URL: http://codereview.chromium.org/7445005 git-svn-id: svn://svn.chromium.org/chrome/branches/782/src@93070 0039d316-1c4b-4281-b951-d872f2087c98
* Merge r91636 into m13 skerner@chromium.org2011-07-191-2/+9
| | | | | | | BUG=87136 git-svn-id: svn://svn.chromium.org/chrome/branches/782/src@93020 0039d316-1c4b-4281-b951-d872f2087c98
* Merge 92927 - Fix vertical range slider.laforge@chromium.org2011-07-193-4/+29
| | | | | | | | | | | | | | | | BUG=88017 TEST=Load a web page that should display a vertical slider and make sure it appears vertical and correctly instead of horizonatally. Note that the thumb part appears too far to the right; I have confirmed this on all platforms (win,linux,mac). Since bug was was about a windows specific rendering issue, I have opened another bug (89616) to keep track of the right offset. Review URL: http://codereview.chromium.org/7400024 TBR=rogerta@chromium.org Review URL: http://codereview.chromium.org/7432003 git-svn-id: svn://svn.chromium.org/chrome/branches/782/src@93019 0039d316-1c4b-4281-b951-d872f2087c98
* Incrementing VERSION to 13.0.782.98chrome-release@google.com2011-07-191-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/branches/782/src@92981 0039d316-1c4b-4281-b951-d872f2087c98
* Merge 92962 - Update the ChromeVox component extension manifest so that it ↵dmazzoni@chromium.org2011-07-191-4/+4
| | | | | | | | | | | | | | | | runs on all pages and exposes its options page. BUG=none TEST=manual testing on Chrome OS Review URL: http://codereview.chromium.org/7396003 TBR=dmazzoni@chromium.org Review URL: http://codereview.chromium.org/7435001 git-svn-id: svn://svn.chromium.org/chrome/branches/782/src@92980 0039d316-1c4b-4281-b951-d872f2087c98
* Incrementing VERSION to 13.0.782.97chrome-release@google.com2011-07-191-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/branches/782/src@92950 0039d316-1c4b-4281-b951-d872f2087c98
* Merge 92080: Fix num_swapbuffers_complete_pending_ accounting.piman@google.com2011-07-187-12/+32
| | | | | | | | | | | | | | Move the accounting into the context itself, which knows accurately when a swapbuffers is sent. This fixes issues with the GPU process dying while an active tab is in the background. BUG=chromium-os:16960 TEST=Go to youtube with Pepper Flash, switch to a different tab, kill GPU process, go to youtube tab, check that it still displays. Do it again twice. Review URL: http://codereview.chromium.org/7313033 Review URL: http://codereview.chromium.org/7397027 git-svn-id: svn://svn.chromium.org/chrome/branches/782/src@92908 0039d316-1c4b-4281-b951-d872f2087c98
* Merge 92728 - [Mac] Remove the Lion fullscreen button until proper ↵rsesek@chromium.org2011-07-182-30/+4
| | | | | | | | | | | | | | fullscreen support is added. BUG=74056,74065 TEST=Run on Lion. No fullscreen button in upper right. Review URL: http://codereview.chromium.org/7390012 TBR=rsesek@chromium.org Review URL: http://codereview.chromium.org/7399033 git-svn-id: svn://svn.chromium.org/chrome/branches/782/src@92893 0039d316-1c4b-4281-b951-d872f2087c98
* Merge 92884 - 99% of sessions have prerender enabled.cbentzel@chromium.org2011-07-181-4/+4
| | | | | | | | | | | | | BUG=88092 TEST=None Review URL: http://codereview.chromium.org/7395029 TBR=cbentzel@chromium.org Review URL: http://codereview.chromium.org/7401030 git-svn-id: svn://svn.chromium.org/chrome/branches/782/src@92888 0039d316-1c4b-4281-b951-d872f2087c98
* Remove use-after-free of TabContentsDelegate's which do not unregister from ↵cbentzel@chromium.org2011-07-186-1/+146
| | | | | | | | | | a TabContents. BUG=85247 TEST=unit_tests --gtest_filter=*TabContentsDelegateTest* Review URL: http://codereview.chromium.org/7398031 git-svn-id: svn://svn.chromium.org/chrome/branches/782/src@92875 0039d316-1c4b-4281-b951-d872f2087c98
* Merge 92616 - Fix memory bug.tburkard@chromium.org2011-07-181-6/+9
| | | | | | | | | | | BUG=88531 R=mattm@chromium.org, noelutz@google.com Review URL: http://codereview.chromium.org/7379010 TBR=tburkard@chromium.org Review URL: http://codereview.chromium.org/7390035 git-svn-id: svn://svn.chromium.org/chrome/branches/782/src@92874 0039d316-1c4b-4281-b951-d872f2087c98
* Incrementing VERSION to 13.0.782.96chrome-release@google.com2011-07-181-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/branches/782/src@92832 0039d316-1c4b-4281-b951-d872f2087c98
* Merge 92110 - [cros] R11 > R12 migration fix. If locale is not defined, set ↵nkostylev@google.com2011-07-181-0/+17
| | | | | | | | | | | | | | | | it to initial one. Original issue was fixed in http://crosbug.com/13696 but R11 > R12 upgrade still has this issue since R11 OOBE doesn't save app locale. BUG=chrome-os-partner:4898 TEST=Manual. Review URL: http://codereview.chromium.org/7331038 TBR=nkostylev@google.com Review URL: http://codereview.chromium.org/7388010 git-svn-id: svn://svn.chromium.org/chrome/branches/782/src@92831 0039d316-1c4b-4281-b951-d872f2087c98
* Merge 92669 - Show only last result of cellular scandpolukhin@chromium.org2011-07-184-9/+21
| | | | | | | | | | | | | | Also added C++ code send property name in OnNetworkDeviceChanged to make sure that we got results of scan instead of some other property change. BUG=chrome-os-partner:4918,chromium-os:14422 TEST=manual Review URL: http://codereview.chromium.org/7342041 TBR=dpolukhin@chromium.org Review URL: http://codereview.chromium.org/7389007 git-svn-id: svn://svn.chromium.org/chrome/branches/782/src@92829 0039d316-1c4b-4281-b951-d872f2087c98
* Incrementing VERSION to 13.0.782.95chrome-release@google.com2011-07-171-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/branches/782/src@92816 0039d316-1c4b-4281-b951-d872f2087c98
* Incrementing VERSION to 13.0.782.94chrome-release@google.com2011-07-171-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/branches/782/src@92809 0039d316-1c4b-4281-b951-d872f2087c98
* Incrementing VERSION to 13.0.782.93chrome-release@google.com2011-07-171-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/branches/782/src@92806 0039d316-1c4b-4281-b951-d872f2087c98
* Incrementing VERSION to 13.0.782.92chrome-release@google.com2011-07-161-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/branches/782/src@92797 0039d316-1c4b-4281-b951-d872f2087c98
* Incrementing VERSION to 13.0.782.91chrome-release@google.com2011-07-161-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/branches/782/src@92782 0039d316-1c4b-4281-b951-d872f2087c98
* Incrementing VERSION to 13.0.782.90chrome-release@google.com2011-07-151-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/branches/782/src@92643 0039d316-1c4b-4281-b951-d872f2087c98
* Merge 92443 - CrOS - Fix escape key not closing file pickerjamescook@chromium.org2011-07-141-0/+3
| | | | | | | | | | | | | | The file picker ExtensionDialog was not properly taking keyboard focus when it opened, which resulted in keystrokes being ignored until the user either clicked in the dialog or pressed tab. BUG=chromium-os:17189 TEST=manual Review URL: http://codereview.chromium.org/7360004 TBR=jamescook@chromium.org Review URL: http://codereview.chromium.org/7371011 git-svn-id: svn://svn.chromium.org/chrome/branches/782/src@92558 0039d316-1c4b-4281-b951-d872f2087c98
* Incrementing VERSION to 13.0.782.89chrome-release@google.com2011-07-141-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/branches/782/src@92465 0039d316-1c4b-4281-b951-d872f2087c98
* Merge 91747 - We were synchronously destroying the RendererGlContext ↵jbates@chromium.org2011-07-132-21/+19
| | | | | | | | | | | | | | | | transfer buffers while commands may still be pending in the command buffer that use them. This generated spurious kOutOfBounds errors. kOutOfBounds errors cause us to kill the associated GpuChannel. That leads to lots of bad behavior, such as failing to reload certain WebGL demos. This change simply lets the command buffer destroy the shared memory in its destructor instead of destroying them explicitly. The GPU-side resources are cleaned up when the command buffer is destroyed. BUG=88115 TEST=Open NVIDIA Command Buffer Object WebGL demo; Refresh; Verify successful refresh. Review URL: http://codereview.chromium.org/7301010 TBR=jbates@chromium.org Review URL: http://codereview.chromium.org/7363002 git-svn-id: svn://svn.chromium.org/chrome/branches/782/src@92432 0039d316-1c4b-4281-b951-d872f2087c98
* Merge 91188 - Print Preview: Speculative fix for a crash.thestig@chromium.org2011-07-131-5/+10
| | | | | | | | | | | | BUG=87029 TEST=none Review URL: http://codereview.chromium.org/7248054 TBR=thestig@chromium.org Review URL: http://codereview.chromium.org/7351026 git-svn-id: svn://svn.chromium.org/chrome/branches/782/src@92398 0039d316-1c4b-4281-b951-d872f2087c98
* Incrementing VERSION to 13.0.782.88chrome-release@google.com2011-07-131-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/branches/782/src@92295 0039d316-1c4b-4281-b951-d872f2087c98
* Merge 89774 - Implement WebMimeRegistry::wellKnownMimeTypeForExtension in ↵cevans@chromium.org2011-07-124-6/+27
| | | | | | | | | | | | | terms of the newly added net::GetWellKnownMimeTypeFromExtension function. BUG=86108 TEST=none Review URL: http://codereview.chromium.org/7205040 TBR=michaeln@google.com Review URL: http://codereview.chromium.org/7353006 git-svn-id: svn://svn.chromium.org/chrome/branches/782/src@92268 0039d316-1c4b-4281-b951-d872f2087c98
* Updating XTBs based on .GRDs from branch 782laforge@chromium.org2011-07-1226-230/+230
| | | | git-svn-id: svn://svn.chromium.org/chrome/branches/782/src@92264 0039d316-1c4b-4281-b951-d872f2087c98
* Merge 91540 - Fix bug where a speech input bubble can be drawn outside of ↵cevans@chromium.org2011-07-124-17/+85
| | | | | | | | | | | | | | | | | the viewing window. On creating the bubble added a check to see if the SpeechInputBubble's target is contained within the viewing window and if it isn't make it point towards the page icon. Also the Controller now informs the Manager if the bubble could not be created by simulating a cancel click (can happen if tab_contents is null). BUG=84600 TEST=Manual Review URL: http://codereview.chromium.org/7187008 TBR=allanwoj@chromium.org Review URL: http://codereview.chromium.org/7346022 git-svn-id: svn://svn.chromium.org/chrome/branches/782/src@92237 0039d316-1c4b-4281-b951-d872f2087c98
* Incrementing VERSION to 13.0.782.87chrome-release@google.com2011-07-121-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/branches/782/src@92120 0039d316-1c4b-4281-b951-d872f2087c98
* Merge 92113 - [cros] Use captive portal detection signal during sign in.nkostylev@google.com2011-07-122-6/+8
| | | | | | | | | | | | | | Since captive portal now runs for all networks, move bool restricted_pool() to base class. BUG=chromium-os:3281 TEST=None. I'll try with a captive portal network when I find one. Review URL: http://codereview.chromium.org/7326039 TBR=nkostylev@google.com Review URL: http://codereview.chromium.org/7349003 git-svn-id: svn://svn.chromium.org/chrome/branches/782/src@92119 0039d316-1c4b-4281-b951-d872f2087c98
* Merge 91841 - Add US-intl to the language configuration dialog for Dutch.yusukes@google.com2011-07-122-7/+18
| | | | | | | | | | | | BUG=chromium-os:15580 TEST=manual Review URL: http://codereview.chromium.org/7331009 TBR=yusukes@google.com Review URL: http://codereview.chromium.org/7344004 git-svn-id: svn://svn.chromium.org/chrome/branches/782/src@92117 0039d316-1c4b-4281-b951-d872f2087c98
* Merge 91545 - Adding filesystems to CookiesTreeModel search results.mkwst@chromium.org2011-07-122-0/+22
| | | | | | | | | | | | | BUG=88158 TEST=unit_tests Review URL: http://codereview.chromium.org/7307015 TBR=mkwst@chromium.org Review URL: http://codereview.chromium.org/7345004 git-svn-id: svn://svn.chromium.org/chrome/branches/782/src@92116 0039d316-1c4b-4281-b951-d872f2087c98
* Incrementing VERSION to 13.0.782.86chrome-release@google.com2011-07-121-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/branches/782/src@92098 0039d316-1c4b-4281-b951-d872f2087c98
* Make sure webkit compositor is not using ppapi backing texture ID after it ↵reveman@google.com2011-07-122-5/+12
| | | | | | | | | | | | | | has been destroyed. Set backing texture ID to 0 before destroying ppapi context and finish parent context before texture ID is freed. BUG=chromium-os:16976 TEST=manual Review URL: http://codereview.chromium.org/7330008 git-svn-id: svn://svn.chromium.org/chrome/branches/782/src@92093 0039d316-1c4b-4281-b951-d872f2087c98
* Replace texture info when ID is already in use by parent.reveman@google.com2011-07-111-0/+7
| | | | | | | | | BUG=chromium-os:16976 TEST=manual Review URL: http://codereview.chromium.org/7316024 git-svn-id: svn://svn.chromium.org/chrome/branches/782/src@92076 0039d316-1c4b-4281-b951-d872f2087c98
* Merge 91507 - Change the system-level EULA dialog to not use GET parameters ↵robertshield@chromium.org2011-07-114-56/+61
| | | | | | | | | | | | | with res:// urls. Instead use the dialogArgument property on the window object. res:// urls with GET parameters don't appear to work with the IE6 version of MSHTML. BUG=88192 TEST=Install system-level Chrome on a new machine with a master_preferences file that includes "require_eula":true. Observe that a non-blank EULA dialog shows up and that the user can run Chrome. Review URL: http://codereview.chromium.org/7309008 TBR=robertshield@chromium.org Review URL: http://codereview.chromium.org/7313031 git-svn-id: svn://svn.chromium.org/chrome/branches/782/src@92054 0039d316-1c4b-4281-b951-d872f2087c98
* Incrementing VERSION to 13.0.782.85chrome-release@google.com2011-07-101-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/branches/782/src@91974 0039d316-1c4b-4281-b951-d872f2087c98