| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
These were added in r28089 (http://codereview.chromium.org/256059) but
are unnecessary bloat for everyone to carry around, even those that don't
use emacs or vim.
In an earlier change, I added editor config files in src/tools/emacs/
and src/tools/vim/ so users of the appropriate editor can source those
instead.
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/7310019
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@92046 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
R=rdsmith@chromium.org
BUG=88971
TEST=
Review URL: http://codereview.chromium.org/7339001
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@92044 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
invalidations when changing the bound graphics 2d of an instance.
The optimization is also no longer important since the new paint manager
will do the opposite of what the comment for the optimization was saying. The
paint manager now has plugins paint into the offscreen bitmap and then flush
the completed new image data to the instance all at once.
The sequence of operations that causes the problem is to bind a device and
paint it (order unimportant). Then bind a new fresh one at a smaller size,
and then paint it. Because of this optimization, the second bind wouldn't
invalidate, and then the subsequent paints to it would not invalidate outside
of the bounds of the new Graphics2D.
BUG=81475
Review URL: http://codereview.chromium.org/7326022
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@92036 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
creation.
BUG=88729
Review URL: http://codereview.chromium.org/7326021
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@92012 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
via appendData().
BUG=86536
TEST=ChunkDemuxerTest.*
Review URL: http://codereview.chromium.org/7329026
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@92011 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
R=ricow@chromium.org
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/7329044
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@92007 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
| |
net::ERR_ABORTED as an error_code.
Review URL: http://codereview.chromium.org/6995118
BUG=82422,88724
TBR=vsevik@chromium.org
Review URL: http://codereview.chromium.org/7328036
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@91949 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
Also, initialize parameter passed to GetShaderiv/GetProgramiv that trigger asserts in debug.
BUG=chromium-os:17082
TEST=youtube with pepper flash, go fullscreen and back.
Review URL: http://codereview.chromium.org/7328012
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@91934 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Removed suppression for issue 88681, as it is now suppressed in WebKit.
Introduced temporary suppressions for potentially related crashes in 88801.
Issue 88701, introduced by the roll, is fixed by Webkit change: https://bugs.webkit.org/show_bug.cgi?id=64162
BUG=88681, 88701, 88801
TEST=None
Review URL: http://codereview.chromium.org/7277087
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@91930 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=87799
TEST=manually JFW 12 and interactive UI tests.
Review URL: http://codereview.chromium.org/7290010
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@91897 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The resources have been crushed with:
pngcrush -rem gAMA -rem cHRM -rem iCCP -rem sRGB -brute
...yielding a 74% saving in space.
BUG=88489
TEST=Rebuilt and checked that no visible changes occurred.
Review URL: http://codereview.chromium.org/7324032
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@91875 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
wall clock time.
TEST=none
BUG=57448
Review URL: http://codereview.chromium.org/7237044
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@91860 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
It had broken the mac canaries with the warning:
cc1plus: warnings being treated as errors
/b/build/slave/Webkit_Mac10_5__dbg__2_/build/src/webkit/appcache/appcache_update_job_unittest.cc:556:
warning: 'appcache::AppCacheUpdateJobTest' has a field
'appcache::AppCacheUpdateJobTest::io_thread_' whose type uses the anonymous
namespace
This is the old gcc bug. I think the problem is Mac 10.5 vs 10.6. I'm working around by removing the anonymous namespace.
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/7328017
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@91836 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
| |
Original review URL: http://codereview.chromium.org/7168019
(reverted due to clang build breakage)
BUG=86308
TEST={QuotaDatabaseTest,QuotaManagerTest}.OriginModifiedSince
Review URL: http://codereview.chromium.org/7331006
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@91835 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
BUG=none
TEST=successful build on mac canaries
TBR=willchan
Review URL: http://codereview.chromium.org/7328015
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@91833 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
BUG=86928
TEST=test_shell_tests
Review URL: http://codereview.chromium.org/7234014
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@91817 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/7248075
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@91815 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=88454
TEST=manually tested
Review URL: http://codereview.chromium.org/7307013
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@91814 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
functions.
This does not take care of everything! There are many deprecated macros that we
can't replace because their accessor replacements were in 2.20 or later.
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/7227027
TBR=erg@chromium.org
Review URL: http://codereview.chromium.org/7329003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@91774 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
| |
This CL contains the new asserts for the media controls. I'll remove the old stuff
after the webkit side of the change is in.
BUG=88489
TEST=None needed. Purely asset additions.
Review URL: http://codereview.chromium.org/7278037
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@91771 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
BUG=50675
TEST=none
Review URL: http://codereview.chromium.org/7316019
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@91767 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This does not take care of everything! There are many deprecated macros that we
can't replace because their accessor replacements were in 2.20 or later.
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/7227027
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@91761 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
plugin and attempt to initialize
it. If initialization fails for a plugin the code in PluginModule unloads the plugin but still attempts
to invoke the shutdown function on an unloaded plugin module.
Proposed fix is to initialize the entry points member with the plugin entry points only when initialization
succeeds.
BUG=none
TEST=The renderer should not crash if initializing a pepper plugin fails.
Review URL: http://codereview.chromium.org/7277077
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@91756 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
dependencies to PPB_FileIO, PPB_FileRef, and PPB_FileSystem.
Also fixed some lint errors.
Review URL: http://codereview.chromium.org/7248047
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@91733 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
| |
New test failure introduced and noted in test_expectations.txt: fast/canvas/canvas-empty-image-pattern.html
Also, remove layout test failure markers that were resolved by skia r1810.
BUG=88577, 88681
TEST=NONE
Review URL: http://codereview.chromium.org/7317002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@91731 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
| |
(webrtc, libjinle etc), which is not allowed in media. So move rtc_video_decoder* from media/filter/ to content/renderer/media/.
patch by ronghuawu@google.com
BUG=none
TEST=unit_tests, media_unittests
Review URL: http://codereview.chromium.org/7193001
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@91721 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This converts the input event from a C struct to a resource to give us more
ability to change over time. This patch includes a proxy and a C++ wrapper for
this resource.
You now have to register for classes of input events. No events are sent by
default. This also allows us to specify whether the events support bubbling
or not, which allows us to better-optimize IPC.
TEST=none
BUG=none
Review URL: http://codereview.chromium.org/7285010
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@91711 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
deleter support
BUG=86308
TEST={QuotaDatabaseTest,QuotaManagerTest}.OriginModifiedSince
Review URL: http://codereview.chromium.org/7168019
TBR=kinuko@chromium.org
Review URL: http://codereview.chromium.org/7322005
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@91691 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=86308
TEST={QuotaDatabaseTest,QuotaManagerTest}.OriginModifiedSince
Review URL: http://codereview.chromium.org/7168019
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@91690 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
proxy.
TEST=none
BUG=none
Review URL: http://codereview.chromium.org/7283020
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@91633 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
r1788:r1799
3 layout tests failed on Win & Linux with this roll (crbug.com/88577):
canvas/philip/tests/2d.pattern.repeat.empty.html = TEXT
canvas/philip/tests/2d.pattern.repeat.null.html = TEXT
fast/canvas/canvas-pattern-behaviour.html = TEXT
Review URL: http://codereview.chromium.org/7307027
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@91625 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
BUG=72317
TEST=None
R=tony@chromium.org
Review URL: http://codereview.chromium.org/7232040
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@91600 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
R=danno@chromium.org
Review URL: http://codereview.chromium.org/7307017
TBR=jkummerow@chromium.org
Review URL: http://codereview.chromium.org/7307020
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@91556 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
| |
R=danno@chromium.org
Review URL: http://codereview.chromium.org/7307017
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@91552 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
underlying *FileUtil.
This change :
* reduces dependency between FileUtils, and
* enables more flexible stacking of FileSystemFileUtil, such as {Obfuscated|Local}FSFU without any quota operation.
BUG=none
TEST=*FileUtilTest.*,FileSystemPathManagerTest.*,SandboxMountPointProvider.*,FileSystem*OperationTest.*,FileWriterDelegateTest.*,FileSystemQuotaTest.*
Review URL: http://codereview.chromium.org/7174002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@91547 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
MemFree from PPB_Core.
BUG=80610
TEST=ui_tests
Review URL: http://codereview.chromium.org/7300010
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@91518 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
Based on webcursor_win.cc's implementation of GetCursor().
BUG=73356
TEST=Watch crash server.
Review URL: http://codereview.chromium.org/7273056
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@91452 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
| |
ToMessageID()
BUG=https://bugs.webkit.org/show_bug.cgi?id=49245
TEST=LayoutTests/fast/forms/input-file-label.html
Review URL: http://codereview.chromium.org/7292031
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@91405 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
| |
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@91398 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
queried from multiple threads. This also moves the functionality into the UserAgentState class itself since that seemed a little more well-scoped.
BUG=87698
TEST=none
Review URL: http://codereview.chromium.org/7277067
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@91391 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
BUG=72317
TEST=app_unittests
R=cmp@chromium.org, tony@chromium.org
Review URL: http://codereview.chromium.org/7198030
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@91385 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Chrome.
The update flow for Silverlight on the Mac takes the user to a page that does UA detection, and provides Mac Chrome users a page that makes it much less clear that they should update (and how to) just because it's not one of the officially supported platforms. Spoof as a supported browser on that page to increase the chances that users will successfully complete the update, since not updating is a potential security issue.
BUG=None
TEST=Visit the Silverlight update/install page in Mac Chrome; there should be a clear download link, and instructions for installing.
Review URL: http://codereview.chromium.org/7210063
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@91329 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
BUG=72317
TEST=None
TBR=tfarina@chromium.org
Review URL: http://codereview.chromium.org/7256004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@91315 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
media/video-currentTime-set.html due to WebKit roll.
BUG=none
TEST=none
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@91311 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
http://src.chromium.org/viewvc/chrome?view=rev&revision=91150
Comparing with the previous CL, this CL makes changes to
ppapi/proxy/ppapi_proxy_test.{h,cc}
TEST=None
BUG=None
Review URL: http://codereview.chromium.org/7210030
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@91310 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
| |
The method basically does what EvictOriginData used to do, but in a more generalized way. I refactored EvictOriginData to use DeleteOriginData in this patch too.
BUG=86308
TEST=QuotaManager.{EvictOriginData,DeleteOriginDataMultiple}
Review URL: http://codereview.chromium.org/7185012
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@91304 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
BUG=72317
TEST=None
R=rsesek@chromium.org
Review URL: http://codereview.chromium.org/7294007
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@91288 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
| |
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@91268 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
1) works for Linux, OSX, Windows
2) mostly renaming #defines
3) avcodec_thread_init is deprecated and has been removed, see
http://ffmpeg.org/pipermail/ffmpeg-cvslog/2011-February/034326.html
4) will require a rebaseline of
platform/chromium-mac/media/video-currentTime-set-expected.txt
platform/chromium-win/media/video-currentTime-set-expected.txt
with a change of
-video.currentTime.toFixed(2) == '5.82'
+video.currentTime.toFixed(2) == '5.81'
BUG=87831
TESTS=ran Theora Testsuite, media tests, WebKit media tests
Review URL: http://codereview.chromium.org/6993042
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@91259 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
field.
Note: POST forms are not supported with this patch
BUG=6872
TEST=none
Review URL: http://codereview.chromium.org/335023
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@91253 0039d316-1c4b-4281-b951-d872f2087c98
|