- Apr 28, 2010
-
-
evan@chromium.org authored
We have weird crashes when system_libxslt != system_libxml. Nobody has diagnosed them. We should just use one flag for both so people stop reporting problems with it. BUG=42487 Review URL: http://codereview.chromium.org/1695019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@45766 0039d316-1c4b-4281-b951-d872f2087c98
-
evan@chromium.org authored
Just manually blacklist one of the copies. We already do this for some other modules. BUG=42663 Review URL: http://codereview.chromium.org/1803004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@45765 0039d316-1c4b-4281-b951-d872f2087c98
-
robertshield@chromium.org authored
Add an ExceptionBarrier around outbound calls to patched methods in IE. In so doing, we have an SEH present in the SEH chain and so the VEH won't erroneously report crashes that occur in other modules when we happen to be on the stack. BUG=42660 TEST=Less false positives in the crash reports. Review URL: http://codereview.chromium.org/1733021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@45764 0039d316-1c4b-4281-b951-d872f2087c98
-
- Apr 27, 2010
-
-
bradnelson@google.com authored
BUG=None TEST=None Review URL: http://codereview.chromium.org/1752016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@45756 0039d316-1c4b-4281-b951-d872f2087c98
-
kbr@google.com authored
Added conversion step for teapot and cube assets, which are known to work within helloworld.html. Added comment to helloworld.html about enabling the debug rendering context. BUG=none TEST=tested helloworld.html against converted assets Review URL: http://codereview.chromium.org/1793004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@45754 0039d316-1c4b-4281-b951-d872f2087c98
-
dumi@chromium.org authored
TEST=none BUG=42618 Review URL: http://codereview.chromium.org/1709014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@45753 0039d316-1c4b-4281-b951-d872f2087c98
-
kathyw@chromium.org authored
BUG=36384 TEST=none Review URL: http://codereview.chromium.org/1699016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@45752 0039d316-1c4b-4281-b951-d872f2087c98
-
finnur@chromium.org authored
Link the name of the extension on the management page to the gallery page, if the extension is from the gallery. BUG=29739 TEST=Install a gallery extension and a thirdparty extension and make sure the gallery extension name is a link (whereas the third party extension name is static text). Review URL: http://codereview.chromium.org/1792006 TBR=finnur@chromium.org Review URL: http://codereview.chromium.org/1807001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@45751 0039d316-1c4b-4281-b951-d872f2087c98
-
eroman@chromium.org authored
- Get rid of the AddString() and AddStringLiteral() methods. - Make EventParameters able to serialize to JSON, instead of a string. BUG=37421 Review URL: http://codereview.chromium.org/1716007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@45750 0039d316-1c4b-4281-b951-d872f2087c98
-
finnur@chromium.org authored
gallery page, if the extension is from the gallery. BUG=29739 TEST=Install a gallery extension and a third-party extension and make sure the gallery extension name is a link (whereas the third party extension name is static text). Review URL: http://codereview.chromium.org/1792006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@45749 0039d316-1c4b-4281-b951-d872f2087c98
-
jcivelli@google.com authored
BUG=None TEST=None Review URL: http://codereview.chromium.org/1703010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@45748 0039d316-1c4b-4281-b951-d872f2087c98
-
sky@chromium.org authored
determining text to copy to clipboard. BUG=41493 TEST=see bug Review URL: http://codereview.chromium.org/1765008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@45747 0039d316-1c4b-4281-b951-d872f2087c98
-
alokp@chromium.org authored
Temporarily removed references to angleproject. It will be added back when angleproject is added. Still fighting with gclient to make it forget about previous references to angleproject. TBR=kbr@chromium.org Review URL: http://codereview.chromium.org/1739013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@45746 0039d316-1c4b-4281-b951-d872f2087c98
-
maruel@chromium.org authored
TBR=jam BUG=none TEST=none Review URL: http://codereview.chromium.org/1762013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@45744 0039d316-1c4b-4281-b951-d872f2087c98
-
avi@chromium.org authored
BUG=http://crbug.com/42321 TEST=as in bug Review URL: http://codereview.chromium.org/1758012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@45741 0039d316-1c4b-4281-b951-d872f2087c98
-
dhollowa@chromium.org authored
Fixes issue with bookmark hover where button target is dealloc'd without properly cancelling delayed hover button open. BUG=42051 TEST=Manual according to steps in bug. Review URL: http://codereview.chromium.org/1706017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@45740 0039d316-1c4b-4281-b951-d872f2087c98
-
thestig@chromium.org authored
BUG=28716 TEST=Building the plugin_tests target also builds the chrome target. Review URL: http://codereview.chromium.org/1734010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@45739 0039d316-1c4b-4281-b951-d872f2087c98
-
asargent@chromium.org authored
This includes adding a few methods to ExtensionPrefs that I'm going to need to use inside ExtensionUpdater for implementing the "do updates at idle" feature. Instead of adding more call-through stubs to the interface that ExtensionsService providers to the ExtensionUpdater, I instead decided it was time to do some refactoring to expose a ExtensionPrefs getter in the interface. TEST=(Should be covered by unit/browser tests) BUG=37971 Review URL: http://codereview.chromium.org/1695018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@45738 0039d316-1c4b-4281-b951-d872f2087c98
-
kbr@google.com authored
as a last resort. This will allow the converter to always be run as part of the build process. BUG=none TEST=manual testing on Mac and Windows TBR=amarinichev Review URL: http://codereview.chromium.org/1773008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@45737 0039d316-1c4b-4281-b951-d872f2087c98
-
gman@chromium.org authored
TEST=none BUG=none Review URL: http://codereview.chromium.org/1797001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@45734 0039d316-1c4b-4281-b951-d872f2087c98
-
fbarchard@chromium.org authored
BUG=none TEST=none Review URL: http://codereview.chromium.org/1733020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@45733 0039d316-1c4b-4281-b951-d872f2087c98
-
alokp@chromium.org authored
glGetProgramiv was returning incorrect values for GL_ACTIVE_UNIFORM_MAX_LENGTH and GL_ACTIVE_ATTRIBUTE_MAX_LENGTH. It was not adjusting for NULL terminator. Review URL: http://codereview.chromium.org/1750015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@45732 0039d316-1c4b-4281-b951-d872f2087c98
-
finnur@chromium.org authored
BUG=None TEST=Visual inspection. Review URL: http://codereview.chromium.org/1701015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@45731 0039d316-1c4b-4281-b951-d872f2087c98
-
snej@chromium.org authored
BUG=30001 TEST=none Review URL: http://codereview.chromium.org/1769010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@45728 0039d316-1c4b-4281-b951-d872f2087c98
-
evan@chromium.org authored
Now that we can rely on toolkit_views to be set when appropriate, we can simplify a bunch of logic in gyp. TEST=compiles Review URL: http://codereview.chromium.org/1741010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@45727 0039d316-1c4b-4281-b951-d872f2087c98
-
yusukes@chromium.org authored
BUG=crosbug.com/491 BUG=crosbug.com/2623 TEST=manual Review URL: http://codereview.chromium.org/1694017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@45725 0039d316-1c4b-4281-b951-d872f2087c98
-
apatrick@chromium.org authored
This is so the single threaded GPU service does not get delayed executing glFinish, which could prevent progress in rendering all other GL contexts. Instead just issue a glFlush to ensure that the pending commands will be processed in the future. From a client side perspective the semantics of glFlush and glFinish are still different. glFlush is asynchronous whereas glFinish is synchronous. The latter waits for the service to acknowledge that it has issued the glFlush. glFinish can therefore be used to synchronize multiple threads that are issuing commands to GL contexts that share a common namespace. TEST=trybots BUG=none Review URL: http://codereview.chromium.org/1719019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@45724 0039d316-1c4b-4281-b951-d872f2087c98
-
amarinichev@chromium.org authored
Review URL: http://codereview.chromium.org/1741009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@45723 0039d316-1c4b-4281-b951-d872f2087c98
-
mbelshe@chromium.org authored
Add some logging when socket limits are reached. BUG=42597 TEST=none Review URL: http://codereview.chromium.org/1708009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@45722 0039d316-1c4b-4281-b951-d872f2087c98
-
kbr@google.com authored
BUG=none TEST=none TBR=gman Review URL: http://codereview.chromium.org/1773007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@45721 0039d316-1c4b-4281-b951-d872f2087c98
-
alokp@chromium.org authored
Review URL: http://codereview.chromium.org/1784004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@45720 0039d316-1c4b-4281-b951-d872f2087c98
-
jhawkins@chromium.org authored
the forms once translation has occurred. This change also includes another variaton of the Name field, with tests. In addition, this change fixes parsing labels whose text element is not the first child of the label element. BUG=41694 TEST=FormManagerTest.LabelsWithSpans,NameFieldTest.FirstLast Review URL: http://codereview.chromium.org/1801002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@45719 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-release@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@45717 0039d316-1c4b-4281-b951-d872f2087c98
-
jorlow@chromium.org authored
TEST=none BUG=42641 Review URL: http://codereview.chromium.org/1708011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@45715 0039d316-1c4b-4281-b951-d872f2087c98
-
viettrungluu@chromium.org authored
.xib changes: change all ToolbarButtonCells to GradientButtonCells. (Previously committed at r45698, reverted at r45703. I don't know why the local build and the try succeeded. This time, I fixed the slightly-broken include.) BUG=42582 TEST=builds properly *and* toolbar buttons and find bar buttons still work as before Review URL: http://codereview.chromium.org/1762012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@45714 0039d316-1c4b-4281-b951-d872f2087c98
-
davemoore@chromium.org authored
favicons when changed via Javascript. BUG=none TEST=BrowserTest.FaviconChange Review URL: http://codereview.chromium.org/1747015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@45713 0039d316-1c4b-4281-b951-d872f2087c98
-
albertb@chromium.org authored
BUG=40020 TEST=DirectoryBackingStoreTest.Corruption Review URL: http://codereview.chromium.org/1733008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@45712 0039d316-1c4b-4281-b951-d872f2087c98
-
yusukes@chromium.org authored
TEST=all try bots passed BUG=none Review URL: http://codereview.chromium.org/1774006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@45711 0039d316-1c4b-4281-b951-d872f2087c98
-
antonm@chromium.org authored
That would allow us to spot it immediately if it reappears. BUG=39734 Review URL: http://codereview.chromium.org/1723015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@45706 0039d316-1c4b-4281-b951-d872f2087c98
-
jiesun@google.com authored
Remove OmxSink interface because Buffer Allocation will go through Allocator in the future, and all allocation required parameters will be passed to "Allocator factory" during intiailized phase of render/decoder. Remove OMX_BUFFERHEADERTYPE merge logic, this is based on assumptions that all vendor will use one frame per buffer scheme instead of one slice(multiple rows) per buffer which is specified by OpenMAX IL Spec. Review URL: http://codereview.chromium.org/1786001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@45705 0039d316-1c4b-4281-b951-d872f2087c98
-