- 08 Dec, 2011 40 commits
-
-
ahendrickson@chromium.org authored
BUG=None TEST=None Review URL: http://codereview.chromium.org/8770024 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113658 0039d316-1c4b-4281-b951-d872f2087c98
-
bruening@chromium.org authored
since /O2 implies /Oy BUG=106711 TEST=examined All.vcproj and ./build/Release/obj/googleurl_unittests/BuildLog.htm and confirmed /Oy- is present Review URL: http://codereview.chromium.org/8890023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113657 0039d316-1c4b-4281-b951-d872f2087c98
-
brettw@chromium.org authored
This splits apart the old in-process implementation into a new object in shared_impl that does most of the general tracking. This alllows that code to be shared by the proxy. BUG=http://crbug.com/101154 Review URL: http://codereview.chromium.org/8764003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113656 0039d316-1c4b-4281-b951-d872f2087c98
-
stevenjb@chromium.org authored
BUG=105335 TEST=Watch heapcheck for failures in BrowserMainTest.WarmConnectionFieldTrial_WarmestSocket Review URL: http://codereview.chromium.org/8883006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113654 0039d316-1c4b-4281-b951-d872f2087c98
-
maruel@chromium.org authored
It fails occasionally with: One or more files could not be expanded. Delta Package Expander Returned 0x80070002 Expanding File ..\third_party\directxsdk\files\redist\jun2010_d3dx9_43_x86.cab Incomplete, Error Code=0x80070002 Error Description: The system cannot find the file specified. NOTRY=true TBR=sky@chromium.org BUG= TEST= Review URL: http://codereview.chromium.org/8883029 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113653 0039d316-1c4b-4281-b951-d872f2087c98
-
bryeung@chromium.org authored
BUG=none TEST=manually Review URL: http://codereview.chromium.org/8859001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113652 0039d316-1c4b-4281-b951-d872f2087c98
-
mball@google.com authored
BUG=None TEST=None TBR=bradnelson Review URL: http://codereview.chromium.org/8888013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113651 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113645 0039d316-1c4b-4281-b951-d872f2087c98
-
jshin@chromium.org authored
Fix buffer overflow in _canonicalize. Upstream bug is http://bugs.icu-project.org/trac/ticket/8984 The actual fix is at http://codereview.chromium.org/8822005 BUG=chromium:106441 TBR=falken Review URL: http://codereview.chromium.org/8873031 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113644 0039d316-1c4b-4281-b951-d872f2087c98
-
stevenjb@google.com authored
The UI behavior changes once HasSyncSetupCompleted() returns true, so we need to notify observers when we set this in OnBackendInitialized(). BUG=chromium-os:23151 TEST=See issue. Also make sure error clears correctly and is set correctly for other sync errors. Review URL: http://codereview.chromium.org/8876001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113643 0039d316-1c4b-4281-b951-d872f2087c98
-
mazda@chromium.org authored
I'd like to use this function from shell_accelerator_controller_unittest. BUG=none TEST=Ran browser_tests. Review URL: http://codereview.chromium.org/8834014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113642 0039d316-1c4b-4281-b951-d872f2087c98
-
szym@chromium.org authored
DnsClient provides a generic DNS client that allows fetching resource records. DnsClient is very lightweight and does not support aggregation, queuing or prioritization of requests. This is the first CL in a series to merge AsyncHostResolver into HostResolverImpl. Also introduces general-purpose BigEndianReader/Writer. Removes DnsTransactionTest-related suppressions. BUG=90881,80225,106688 TEST=./net_unittests Review URL: http://codereview.chromium.org/8852009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113640 0039d316-1c4b-4281-b951-d872f2087c98
-
akalin@chromium.org authored
Also introduce FullModelEnumSet for use cases that work with UNSPECIFIED and TOP_LEVEL_FOLDER types. Remove all functions that work with ModelTypeBitSet. BUG=79970 TEST= Review URL: http://codereview.chromium.org/8851004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113639 0039d316-1c4b-4281-b951-d872f2087c98
-
simonmorris@chromium.org authored
BUG=106868 TEST=Authorize the webapp Review URL: http://codereview.chromium.org/8873026 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113638 0039d316-1c4b-4281-b951-d872f2087c98
-
sail@chromium.org authored
BUG=105023 TEST= Review URL: http://codereview.chromium.org/8887003 TBR=sail@chromium.org Review URL: http://codereview.chromium.org/8872029 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113637 0039d316-1c4b-4281-b951-d872f2087c98
-
sail@chromium.org authored
BUG=105014 TEST= Review URL: http://codereview.chromium.org/8863009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113636 0039d316-1c4b-4281-b951-d872f2087c98
-
asvitkine@chromium.org authored
Don't use SCRIPT_UNDEFINED in the case of font fallback, unless font fallback actually fails to return a script that can display the characters. This fixes the problem of some scripts not being properly displayed. This actually makes RenderTextWin properly validate whether a text position accepts a cursor, which caused several tests to fail and revealed some additional issues in RenderTextWin. The CL includes some modifications to address this. Some tests are disabled under XP, see: http://crbug.com/106450 Also, fixes some lint warnings. BUG=90426 TEST=Run chrome.exe --use-pure-views and paste some Bengali text into the omnibox. It should show up properly. Review URL: http://codereview.chromium.org/8575020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113635 0039d316-1c4b-4281-b951-d872f2087c98
-
sail@chromium.org authored
BUG=105023 TEST= Review URL: http://codereview.chromium.org/8887003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113634 0039d316-1c4b-4281-b951-d872f2087c98
-
mball@google.com authored
TBR=bradnelson, noelallen Review URL: http://codereview.chromium.org/8885015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113633 0039d316-1c4b-4281-b951-d872f2087c98
-
piman@chromium.org authored
BUG=106787 TEST=interactive_ui_tests Review URL: http://codereview.chromium.org/8887002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113632 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113631 0039d316-1c4b-4281-b951-d872f2087c98
-
tony@chromium.org authored
BUG=None TBR=bashi@chromium.org Review URL: http://codereview.chromium.org/8879020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113630 0039d316-1c4b-4281-b951-d872f2087c98
-
cbentzel@chromium.org authored
BUG=101335,104998 TBR=jochen@chromium.org Review URL: http://codereview.chromium.org/8888016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113627 0039d316-1c4b-4281-b951-d872f2087c98
-
markus@chromium.org authored
BUG=none TEST=Install dependencies in an "oneiric" chroot environment Review URL: http://codereview.chromium.org/8883009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113626 0039d316-1c4b-4281-b951-d872f2087c98
-
sky@chromium.org authored
run the normal startup flow, so we have to special case them. BUG=104360 TEST=none R=ben@chromium.org Review URL: http://codereview.chromium.org/8883001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113625 0039d316-1c4b-4281-b951-d872f2087c98
-
saintlou@chromium.org authored
TBR=nona@chromium.org BUG=106862 TEST=CandidateWindowViewTest.MozcUpdateCandidateTest Review URL: http://codereview.chromium.org/8879023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113624 0039d316-1c4b-4281-b951-d872f2087c98
-
flackr@chromium.org authored
The screen locker window manager refuses to map most windows over the screen locker layer. This is for good reason to be safe about not allowing content to show up on top. To be able to see the status area window over the lock screen we can override the window type to be TYPE_POPUP. This must only be done for the lock screen as it does not allow focus to this window which is used on the login screen but not allowed on the lock screen due to the GTK grab. BUG=105572 TEST=Lock screen and check if status area is visible. Review URL: http://codereview.chromium.org/8770012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113622 0039d316-1c4b-4281-b951-d872f2087c98
-
http://trac.webkit.org/changeset/102044epoger@chromium.org authored
BUG=106842 Review URL: http://codereview.chromium.org/8888014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113621 0039d316-1c4b-4281-b951-d872f2087c98
-
toyoshim@chromium.org authored
pp_macros.idl. Now, PP_ALLOW_THIS_IN_INITIALIZER_LIST macro is provided for not only tests but also C++ api implementation in NaCl. BUG=87310 TEST=ui_tests Review URL: http://codereview.chromium.org/8885012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113615 0039d316-1c4b-4281-b951-d872f2087c98
-
saintlou@chromium.org authored
This initialization must have been implicit with gtk. On ChromeOS we go down a different code path for these tests. TBR=phajdan.jr@chromium.org BUG=106725 TEST=RTLTest.WrapPathWithLTRFormatting on Aura/Linux. Review URL: http://codereview.chromium.org/8889002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113614 0039d316-1c4b-4281-b951-d872f2087c98
-
sky@chromium.org authored
Don't use SCRIPT_UNDEFINED in the case of font fallback, unless font fallback actually fails to return a script that can display the characters. This fixes the problem of some scripts not being properly displayed. This actually makes RenderTextWin properly validate whether a text position accepts a cursor, which caused several tests to fail and revealed some additional issues in RenderTextWin. The CL includes some modifications to address this. Some tests are disabled under XP, see: http://crbug.com/106450 Also, fixes some lint warnings. BUG=90426 TEST=Run chrome.exe --use-pure-views and paste some Bengali text into the omnibox. It should show up properly. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=113075 Review URL: http://codereview.chromium.org/8575020 TBR=asvitkine@chromium.org Review URL: http://codereview.chromium.org/8872024 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113613 0039d316-1c4b-4281-b951-d872f2087c98
-
markusheintz@chromium.org authored
- Add missing includes - Inline function. BUG=63656 TEST=HostContentSettingsMapTest*, ContentSettingsProviderTest* Review URL: http://codereview.chromium.org/8804016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113610 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113609 0039d316-1c4b-4281-b951-d872f2087c98
-
reed@google.com authored
Review URL: http://codereview.chromium.org/8856002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113608 0039d316-1c4b-4281-b951-d872f2087c98
-
agl@chromium.org authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113607 0039d316-1c4b-4281-b951-d872f2087c98
-
asvitkine@chromium.org authored
Don't use SCRIPT_UNDEFINED in the case of font fallback, unless font fallback actually fails to return a script that can display the characters. This fixes the problem of some scripts not being properly displayed. This actually makes RenderTextWin properly validate whether a text position accepts a cursor, which caused several tests to fail and revealed some additional issues in RenderTextWin. The CL includes some modifications to address this. Some tests are disabled under XP, see: http://crbug.com/106450 Also, fixes some lint warnings. BUG=90426 TEST=Run chrome.exe --use-pure-views and paste some Bengali text into the omnibox. It should show up properly. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=113075 Review URL: http://codereview.chromium.org/8575020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113606 0039d316-1c4b-4281-b951-d872f2087c98
-
cbentzel@chromium.org authored
BUG=106850 TBR=nona@chromium.org Review URL: http://codereview.chromium.org/8889015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113605 0039d316-1c4b-4281-b951-d872f2087c98
-
jochen@chromium.org authored
BUG=79331 TEST=collected cookies test Review URL: http://codereview.chromium.org/8836006 TBR=jochen@chromium.org Review URL: http://codereview.chromium.org/8872017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113604 0039d316-1c4b-4281-b951-d872f2087c98
-
apavlov@chromium.org authored
This change has resulted in severe regressions in keyboard event dispatching - the keydown and keypress events are no longer dispatched synchronously. Reverting as suggested by Darin Fisher. BUG=106224 TEST=manual TBR=darin Review URL: http://codereview.chromium.org/8885009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113603 0039d316-1c4b-4281-b951-d872f2087c98
-
nona@chromium.org authored
BUG=chromium-os:23640 TEST=run unit_tests Review URL: http://codereview.chromium.org/8833008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113601 0039d316-1c4b-4281-b951-d872f2087c98
-