- 12 Aug, 2011 40 commits
-
-
jrt@chromium.org authored
On the Mac GPU bot, tex_image_and_sub_image_2d_with_video occasionally fails. Marked as flaky until resolved. BUG=92587 TEST=gpu_tests --gtest_filter=WebGLConformanceTests.tex_image_and_sub_image_2d_with_video Review URL: http://codereview.chromium.org/7633007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96586 0039d316-1c4b-4281-b951-d872f2087c98
-
georgey@chromium.org authored
Hopefully this isn't too draconian. BUG=19878 TEST=none Review URL: http://codereview.chromium.org/7634002 TBR=tim@chromium.org Review URL: http://codereview.chromium.org/7634030 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96584 0039d316-1c4b-4281-b951-d872f2087c98
-
michaeln@google.com authored
Review URL: http://codereview.chromium.org/7634013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96583 0039d316-1c4b-4281-b951-d872f2087c98
-
kmadhusu@chromium.org authored
Revert 96567 - Reland 96406 - Print preview page selection should not require a rerendering of draft pages. On page selection, regenerate the complete document with the selection, but preserve the existing draft pages and simply display a subset of them. 1. Added a new param |clear all preview data| to |PrintHostMsg_DidGetPreviewPageCount|. 2. Removed |requested_preview_page_index| from |PrintMsg_ContinuePreview| Review URL: http://codereview.chromium.org/7544018 Original Commit: http://src.chromium.org/viewvc/chrome?view=rev&revision=96406 Revert Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=96414 BUG=84383 TEST=print preview works after code changes. Review URL: http://codereview.chromium.org/7628019 TBR=kmadhusu@chromium.org Review URL: http://codereview.chromium.org/7639023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96581 0039d316-1c4b-4281-b951-d872f2087c98
-
kkania@chromium.org authored
BUG=49379 TEST=none Review URL: http://codereview.chromium.org/7523060 TBR=hnguyen Review URL: http://codereview.chromium.org/7629019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96580 0039d316-1c4b-4281-b951-d872f2087c98
-
kkania@chromium.org authored
tests. BUG=none TEST=none TBR=hnguyen Review URL: http://codereview.chromium.org/7640017 TBR=hnguyen Review URL: http://codereview.chromium.org/7637017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96579 0039d316-1c4b-4281-b951-d872f2087c98
-
stevenjb@google.com authored
BUG=chromium-os:18769 TEST=Lock icon for wifi should not be visible in the bottom-right corner in the status bar, but should still be visible in the menu and the network settings page. (See issue). Review URL: http://codereview.chromium.org/7637007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96578 0039d316-1c4b-4281-b951-d872f2087c98
-
cira@google.com authored
We've moved our i18n library from v8/src/extensions/experimental to a separate code.google.com project. Some files were renamed, and gyp file was cleaned up. We will update webkit tree once this DEPS change propagates to chromium port of WebKit. Pros: - Faster development cycle - Makes easier for v8 team to handle merges and rolls to chromium - Library uses only public v8 API so we don't expect breakages Cons: - Library is not so visible now that's outside of v8 tree Review URL: http://codereview.chromium.org/7583050 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96577 0039d316-1c4b-4281-b951-d872f2087c98
-
rvargas@google.com authored
completing the request (returning 0 bytes from a read). BUG=91898 TEST=net_unittests Review URL: http://codereview.chromium.org/7569027 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96576 0039d316-1c4b-4281-b951-d872f2087c98
-
tim@chromium.org authored
TBR=akalin BUG= TEST= Review URL: http://codereview.chromium.org/7634027 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96575 0039d316-1c4b-4281-b951-d872f2087c98
-
garykac@google.com authored
Review URL: http://codereview.chromium.org/7613009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96574 0039d316-1c4b-4281-b951-d872f2087c98
-
tim@chromium.org authored
Hopefully this isn't too draconian. BUG=19878 TEST=none Review URL: http://codereview.chromium.org/7634002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96573 0039d316-1c4b-4281-b951-d872f2087c98
-
tfarina@chromium.org authored
Allocate |url_label_| on the stack instead of in the free store(heap), and set set_parent_owned to false. Thus, we manage its memory when we create a unittest with EditDetails::NEW_FOLDER. BUG=92159 TEST=None R=pkasting@chromium.org Review URL: http://codereview.chromium.org/7617006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96572 0039d316-1c4b-4281-b951-d872f2087c98
-
prasadt@chromium.org authored
The CL also adds a simple framework for writing platform independent tests. TEST=PanelBrowserTest.DragPanels BUG=73936 modified: chrome/browser/ui/panels/native_panel.h modified: chrome/browser/ui/panels/panel_browser_view.cc modified: chrome/browser/ui/panels/panel_browser_view.h modified: chrome/browser/ui/panels/panel_browser_view_browsertest.cc modified: chrome/browser/ui/panels/panel_browser_window_cocoa.h modified: chrome/browser/ui/panels/panel_browser_window_cocoa.mm modified: chrome/browser/ui/panels/panel_browser_window_gtk.cc modified: chrome/browser/ui/panels/panel_browser_window_gtk.h modified: chrome/browser/ui/panels/panel_browsertest.cc Review URL: http://codereview.chromium.org/7605009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96571 0039d316-1c4b-4281-b951-d872f2087c98
-
tony@chromium.org authored
Caught by clang chromiumos bot. TBR=thakis Review URL: http://codereview.chromium.org/7635021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96570 0039d316-1c4b-4281-b951-d872f2087c98
-
ycxiao@chromium.org authored
Moving from http://codereview.chromium.org/7355025/ BUG=XXXX TEST=BrowsingDataCookieHelperTest TBR=rdsmith Review URL: http://codereview.chromium.org/7601018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96569 0039d316-1c4b-4281-b951-d872f2087c98
-
tony@chromium.org authored
Windows. BUG=30743 TEST= Review URL: http://codereview.chromium.org/7549005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96568 0039d316-1c4b-4281-b951-d872f2087c98
-
kmadhusu@chromium.org authored
On page selection, regenerate the complete document with the selection, but preserve the existing draft pages and simply display a subset of them. 1. Added a new param |clear all preview data| to |PrintHostMsg_DidGetPreviewPageCount|. 2. Removed |requested_preview_page_index| from |PrintMsg_ContinuePreview| Review URL: http://codereview.chromium.org/7544018 Original Commit: http://src.chromium.org/viewvc/chrome?view=rev&revision=96406 Revert Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=96414 BUG=84383 TEST=print preview works after code changes. Review URL: http://codereview.chromium.org/7628019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96567 0039d316-1c4b-4281-b951-d872f2087c98
-
jschuh@chromium.org authored
I did this in the other sandboxed processes, but missed the renderer because these susbsystems get warmed up implicitly by other initialization. However, changing initialization order (or dependency changes in the underlying libraries) could introduce random crashes. So, for consistency explicit warmup is best, and will be needed for a later patch that closes the LPC ports. BUG=None TEST=None Review URL: http://codereview.chromium.org/7629015 TBR=jschuh@chromium.org Review URL: http://codereview.chromium.org/7637014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96566 0039d316-1c4b-4281-b951-d872f2087c98
-
jschuh@chromium.org authored
I did this in the other sandboxed processes, but missed the renderer because these susbsystems get warmed up implicitly by other initialization. However, changing initialization order (or dependency changes in the underlying libraries) could introduce random crashes. So, for consistency explicit warmup is best, and will be needed for a later patch that closes the LPC ports. BUG=None TEST=None Review URL: http://codereview.chromium.org/7629015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96565 0039d316-1c4b-4281-b951-d872f2087c98
-
isherman@chromium.org authored
BUG=92121 TEST=browser_tests --gtest_filter=FormStructureBrowserTest.DataDrivenHeuristics01 Review URL: http://codereview.chromium.org/7639010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96563 0039d316-1c4b-4281-b951-d872f2087c98
-
kkania@chromium.org authored
tests. BUG=none TEST=none TBR=hnguyen Review URL: http://codereview.chromium.org/7640017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96562 0039d316-1c4b-4281-b951-d872f2087c98
-
jond@google.com authored
Fixes to some of the C documentation in the IDL. Review URL: http://codereview.chromium.org/7308010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96561 0039d316-1c4b-4281-b951-d872f2087c98
-
darin@chromium.org authored
Review URL: http://codereview.chromium.org/7529043 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96560 0039d316-1c4b-4281-b951-d872f2087c98
-
jschuh@chromium.org authored
BUG=91413 TEST=None. Review URL: http://codereview.chromium.org/7552014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96558 0039d316-1c4b-4281-b951-d872f2087c98
-
backer@chromium.org authored
When the keyboard was hidden, the chrome would be temporarily hidden while the ui was layed out. This patch gets rid of this. The problem was that the texture bounds is delayed some delay after the layer bounds are set. This would make the math fail inside drawInternal BUG= TEST= Review URL: http://codereview.chromium.org/7461152 Patch from Peter Kotwicz <pkotwicz@chromium.org>. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96557 0039d316-1c4b-4281-b951-d872f2087c98
-
kkania@chromium.org authored
BUG=49379 TEST=none Review URL: http://codereview.chromium.org/7523060 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96556 0039d316-1c4b-4281-b951-d872f2087c98
-
backer@chromium.org authored
According to 3.8.2 of the spec, we need to CLAMP_TO_EDGE and use either NEAREST or LINEAR. Otherwise, the fragment shader is supposed to draw black when texture mapping. BUG=none TEST=run TOUCH_UI build on compliant OpenGL ES driver --> screen should display Review URL: http://codereview.chromium.org/7637011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96555 0039d316-1c4b-4281-b951-d872f2087c98
-
avi@chromium.org authored
BUG=76788 TEST=no change visible Review URL: http://codereview.chromium.org/7622012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96554 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96553 0039d316-1c4b-4281-b951-d872f2087c98
-
andreip@chromium.org authored
BUG=none TEST=none Review URL: http://codereview.chromium.org/7629013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96552 0039d316-1c4b-4281-b951-d872f2087c98
-
senorblanco@chromium.org authored
Mark the SkBitmap used for video uploads as volatile. This tells Ganesh (Skia) not to create and destroy a GL texture on each upload of a new frame. Review URL: http://codereview.chromium.org/7620011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96551 0039d316-1c4b-4281-b951-d872f2087c98
-
mirandac@chromium.org authored
Ensure that incognito profiles are correctly destroyed when all incognito windows belonging to a given profile have been closed. BUG=92437 TEST=see bug Review URL: http://codereview.chromium.org/7622005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96549 0039d316-1c4b-4281-b951-d872f2087c98
-
markusheintz@chromium.org authored
BUG=63190 TEST=host_content_settings_map_unittest.cc, content_settings_policy_provider_unittest.cc desktop_notification_service_unittest.cc Review URL: http://codereview.chromium.org/7623006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96548 0039d316-1c4b-4281-b951-d872f2087c98
-
avayvod@chromium.org authored
R=altimofeev@chromium.org BUG=chromium-os:14419 TEST=Hover with the mouse over the buttons and verify that correct and localized tooltips are shown. Review URL: http://codereview.chromium.org/7639016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96547 0039d316-1c4b-4281-b951-d872f2087c98
-
mirandac@chromium.org authored
Fix call to GetDefaultBrowser in print cloud because we are no longer guaranteed to have a Default profile in multi-profile land. BUG=83792 TEST=PrintCloud works fine in Mac OS with no open windows. Review URL: http://codereview.chromium.org/7616011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96546 0039d316-1c4b-4281-b951-d872f2087c98
-
grt@chromium.org authored
BUG=92635 TBR=georgey@chromium.org Review URL: http://codereview.chromium.org/7640015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96545 0039d316-1c4b-4281-b951-d872f2087c98
-
rickcam@chromium.org authored
BUG=92329 TEST=manual Review URL: http://codereview.chromium.org/7497069 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96544 0039d316-1c4b-4281-b951-d872f2087c98
-
hclam@chromium.org authored
Now that libvpx is building on ARM remoting should use it on all platforms. BUG=47285 TEST=chromoting runs on ARM Review URL: http://codereview.chromium.org/7623020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96543 0039d316-1c4b-4281-b951-d872f2087c98
-
finnur@chromium.org authored
BUG=88067 TEST=None, notifications should work as before. Review URL: http://codereview.chromium.org/7623010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96542 0039d316-1c4b-4281-b951-d872f2087c98
-