- 18 Nov, 2011 40 commits
-
-
viettrungluu@chromium.org authored
It's definitely not something we want to expose to users. Review URL: http://codereview.chromium.org/8590011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110763 0039d316-1c4b-4281-b951-d872f2087c98
-
sadrul@chromium.org authored
BUG=none TEST=browser_tests, unit_tests etc. builds Review URL: http://codereview.chromium.org/8599003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110762 0039d316-1c4b-4281-b951-d872f2087c98
-
tfarina@chromium.org authored
Left stub files that will be removed in a follow up patch after updating the files to point to the new location. BUG=104039 R=ben@chromium.org Review URL: http://codereview.chromium.org/8588064 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110761 0039d316-1c4b-4281-b951-d872f2087c98
-
noelallen@google.com authored
This is a relative path version of: http://codereview.chromium.org/8539019 with valgrind tests disabled. Copy server pieces to build output dir. Update ppapi_uitests.cc to run server from output dir. Add test to ppapi_uitests, update dependecies. Update test_sever to support a fully qualified path. BUG= http://code.google.com/p/chromium/issues/detail?id=96782 TEST= try (ui_tests --gtest_filter="PPAPI*.*") Review URL: http://codereview.chromium.org/8585003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110760 0039d316-1c4b-4281-b951-d872f2087c98
-
thestig@chromium.org authored
BUG=104580 TEST=see bug Review URL: http://codereview.chromium.org/8598004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110759 0039d316-1c4b-4281-b951-d872f2087c98
-
viettrungluu@chromium.org authored
Review URL: http://codereview.chromium.org/8566044 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110758 0039d316-1c4b-4281-b951-d872f2087c98
-
dcheng@chromium.org authored
BUG=22660 TEST=manual. Need to make another WebKit patch to enable this functionality. Review URL: http://codereview.chromium.org/8591034 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110757 0039d316-1c4b-4281-b951-d872f2087c98
-
thestig@chromium.org authored
BUG=none TEST=none Review URL: http://codereview.chromium.org/8549012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110756 0039d316-1c4b-4281-b951-d872f2087c98
-
sadrul@chromium.org authored
ChromeOS with aura uses the normal BrowserView, and not chromeos::BrowserView, so it is necessary to dup this logic in here. BUG=103484 TEST=browser_tests:BrowserNavigatorTest.Disposition_LargePopup* Review URL: http://codereview.chromium.org/8595017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110755 0039d316-1c4b-4281-b951-d872f2087c98
-
stevenjb@google.com authored
Revert 110741 - Fix ProcessSingletonTest.StartupRaceCondition for win. This was originally submitted as http://codereview.chromium.org/8539038/ which was reverted because of a failing test on win. This reverts the code back to a single instance of BrowserMainParts, with auxillary parts (Gtk, Views, Aura, Touch) implemented from a new base class, ChromeBrowserParts, which has a Chrome specific interface, allowing initialization to be better subdivided. This should fix the notifications auto tests. This CL also addresses the test failure on win (and a test failure on linux_chromeos triggered by the windows fix). BUG=103821 TEST=Make sure all tests and autotests run TBR=stevenjb@chromium.org Review URL: http://codereview.chromium.org/8596015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110753 0039d316-1c4b-4281-b951-d872f2087c98
-
jam@chromium.org authored
Get rid of gpu_messages.h include in chrome by having the RenderWidgetHostView implementation ask the RenderWidgetHost to ack for the swap buffers GPU message. Review URL: http://codereview.chromium.org/8595002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110752 0039d316-1c4b-4281-b951-d872f2087c98
-
mukai@chromium.org authored
This test is working as expected, at least on my local machine. BUG=chromium:100345 TEST=manually Review URL: http://codereview.chromium.org/8510043 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110751 0039d316-1c4b-4281-b951-d872f2087c98
-
noelutz@google.com authored
download has started. Review URL: http://codereview.chromium.org/8587042 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110750 0039d316-1c4b-4281-b951-d872f2087c98
-
asvitkine@chromium.org authored
The original change (http://codereview.chromium.org/8565011/) was reverted due to failing NativeTextfieldViewsTest.HitInsideTextAreaTest. The test was too strict when comparing cursor bounds and failed due to font fallback causing height differences in cursor bounds. This updated CL makes the test only check the x value of cursor bounds. Original CL description: This is done by using a metafile to capture the font that Uniscribe would use to render the text (since there is no API to get this from Uniscribe itself). Makes SCRIPT_CACHE be per-run, since different runs may have different fonts and the SCRIPT_CACHE cannot be re-used between these. This is similar to what is done in WebKit in FontCacheWin.cpp BUG=90426,104234 TEST=Run chrome.exe --use-pure-views and paste some Hebrew text into the omnibox. It should show up properly. Review URL: http://codereview.chromium.org/8570003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110749 0039d316-1c4b-4281-b951-d872f2087c98
-
msb@chromium.org authored
BUG=102903 TEST=compile Change-Id: Ia9780044a47c91b8172710cc92481af60433b3a1 R=sky@chromium.org,jcivelli@chromium.org,saintlou@chromium.org,dnicoara@chromium.org Review URL: http://codereview.chromium.org/8598020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110748 0039d316-1c4b-4281-b951-d872f2087c98
-
jam@chromium.org authored
BUG=98716 Review URL: http://codereview.chromium.org/8574070 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110747 0039d316-1c4b-4281-b951-d872f2087c98
-
mukai@chromium.org authored
This does not crash on my machine and succeeds as expected. BUG=chromium:100338 TEST=manually Review URL: http://codereview.chromium.org/8497066 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110746 0039d316-1c4b-4281-b951-d872f2087c98
-
binji@chromium.org authored
profile that isn't current. BUG=92536 TEST=Go to chrome://settings/personal. Create a profile. Try to double-click on a non-current profile. Nothing should happen. Review URL: http://codereview.chromium.org/8549013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110745 0039d316-1c4b-4281-b951-d872f2087c98
-
jhawkins@chromium.org authored
BUG=none TEST=none R=csilv@chromium.org Review URL: http://codereview.chromium.org/8555001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110744 0039d316-1c4b-4281-b951-d872f2087c98
-
vrk@google.com authored
SetBufferedBytes may be called independent of having a valid total bytes size for the media element. Update test to reflect this. BUG=NONE TEST=test_shell_tests TBR=acolwell Review URL: http://codereview.chromium.org/8566046 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110743 0039d316-1c4b-4281-b951-d872f2087c98
-
dhollowa@chromium.org authored
Adds suppression for leak reported on Mac for RenderWidgetHelper::AllocTransportDIB. BUG=104786 TEST=Valgrind bots go green on Mac TBR=dcheng@chromium.org, ananta@chromium.org, apatrick@chromium.org Review URL: http://codereview.chromium.org/8548017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110742 0039d316-1c4b-4281-b951-d872f2087c98
-
stevenjb@google.com authored
BUG=103821 TEST=ProcessSingletonTest.StartupRaceCondition passes on win (and no other tests fail) TBR=jam@chromium.org Review URL: http://codereview.chromium.org/8549027 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110741 0039d316-1c4b-4281-b951-d872f2087c98
-
tbarzic@chromium.org authored
Main motivation for this is webkit's createFile. While creating files with permission 0600 is not an issue on other platforms, on ChromeOs FileBrowser may access external filesystem, so it makes sense to create files with permission 0644. Further more creating files with mode 0600 on ChromeOS external fielsystem may cause some problems with zip file support (see bug). Note this is M16 release blocker... BUG=chromium-os:22263 TEST=linux_chromeos trybots verified copying files in FileBrowser on ChromeOs creates files with permission 644 Review URL: http://codereview.chromium.org/8590020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110740 0039d316-1c4b-4281-b951-d872f2087c98
-
mcgrathr@chromium.org authored
The address space reservation has only been thoroughly used and tested on x86-32. It's also necessary on ARM, but it needs a different exact amount reserved. For x86-64, the reserved space is not used, so it's a waste of address space to consume a gigabyte for it. BUG= none TEST= nacl_integration R=mseaborn@chromium.org,bradchen@google.com Review URL: http://codereview.chromium.org/8588046 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110739 0039d316-1c4b-4281-b951-d872f2087c98
-
dhollowa@chromium.org authored
Adds suppression for TSAN bot failure in base::StatisticsRecorder::FindHistogram BUG=104776 TEST=tsan bots go green TBR=jar@chromium.org Review URL: http://codereview.chromium.org/8597014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110738 0039d316-1c4b-4281-b951-d872f2087c98
-
rvargas@google.com authored
explicit downloads. BUG=22900 TEST=net_unittests Review URL: http://codereview.chromium.org/8569005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110737 0039d316-1c4b-4281-b951-d872f2087c98
-
thestig@chromium.org authored
BUG=none TEST=none Review URL: http://codereview.chromium.org/8600002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110736 0039d316-1c4b-4281-b951-d872f2087c98
-
scherkus@chromium.org authored
Due to how Mac applications are bundled we require the application target itself to be responsible for copying FFmpeg. BUG=23602 TBR=mark,tony Review URL: http://codereview.chromium.org/8588063 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110734 0039d316-1c4b-4281-b951-d872f2087c98
-
vrk@google.com authored
In this CL, the browser fires the canplaythrough event based on an approximation of the download speed of the media instead of firing the event right away. BUG=73609 TEST=NONE Review URL: http://codereview.chromium.org/8399023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110733 0039d316-1c4b-4281-b951-d872f2087c98
-
jhawkins@chromium.org authored
BUG=104775 TEST=none R=dhollowa@chromium.org Review URL: http://codereview.chromium.org/8597013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110732 0039d316-1c4b-4281-b951-d872f2087c98
-
rbyers@chromium.org authored
In order to theme certificate viewer html dialog with a different style on chromeos, we need to promote bubble_window_style to more general dialog_style. This way, DialogStyle can be used as a parameter for function ShowHTMLDialog. However, only chromeos builds will use this parameter, others just ignore it. BUG=None TEST=None Review URL: http://codereview.chromium.org/8469006 Patch from Biao She <bshe@chromium.org>. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110731 0039d316-1c4b-4281-b951-d872f2087c98
-
dhollowa@chromium.org authored
Adds TSAN suppression for MessagePumpLibevent::Run. BUG=104769 TEST=TSAN bots go green TBR=thestig@chromium.org Review URL: http://codereview.chromium.org/8588062 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110730 0039d316-1c4b-4281-b951-d872f2087c98
-
mmoss@chromium.org authored
These should now be replaced by FILES.cfg in all active branches and build scripts. Review URL: http://codereview.chromium.org/8566042 TBR=mmoss@chromium.org Review URL: http://codereview.chromium.org/8596012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110729 0039d316-1c4b-4281-b951-d872f2087c98
-
dhollowa@chromium.org authored
Updates PasswordManagerDelegateImpl::AddSavePasswordInfoBar suppression with switch from Browser to Renderer in path. BUG=96365 TEST=Valgrind goes green TBR=pkasting@chromium.org Review URL: http://codereview.chromium.org/8599007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110726 0039d316-1c4b-4281-b951-d872f2087c98
-
mmoss@chromium.org authored
These should now be replaced by FILES.cfg in all active branches and build scripts. Review URL: http://codereview.chromium.org/8566042 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110725 0039d316-1c4b-4281-b951-d872f2087c98
-
rsesek@chromium.org authored
BUG=104443 TEST=unit_tests --gtest_filter=ExtensionServiceTest\* under valgrind Review URL: http://codereview.chromium.org/8486019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110724 0039d316-1c4b-4281-b951-d872f2087c98
-
dhollowa@chromium.org authored
Adds Heapcheck suppression for PrintPreviewTabController. BUG=104760 TEST=Heapcheck bots go green TBR=thestig@chromium.org Review URL: http://codereview.chromium.org/8561020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110723 0039d316-1c4b-4281-b951-d872f2087c98
-
hashimoto@chromium.org authored
BUG=None TEST=build success Review URL: http://codereview.chromium.org/8548011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110722 0039d316-1c4b-4281-b951-d872f2087c98
-
cmp@chromium.org authored
xp-release/sizes/chrome.exe/chrome.exe: http://build.chromium.org/f/chromium/perf/xp-release/sizes/report.html?history=150&rev=110703&graph=chrome.exe BUG=104758 TBR=nsylvain@chromium.org Review URL: http://codereview.chromium.org/8548015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110721 0039d316-1c4b-4281-b951-d872f2087c98
-
bruening@google.com authored
TBR=timurrrr BUG= TEST= Review URL: http://codereview.chromium.org/8588061 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@110720 0039d316-1c4b-4281-b951-d872f2087c98
-