- 19 Jul, 2010 40 commits
-
-
thestig@chromium.org authored
BUG=none TEST=checkperms.py is happy. Review URL: http://codereview.chromium.org/3042006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@52951 0039d316-1c4b-4281-b951-d872f2087c98
-
jochen@chromium.org authored
BUG=45230 TEST=CollectedCookiesTest.* Review URL: http://codereview.chromium.org/2808053 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@52950 0039d316-1c4b-4281-b951-d872f2087c98
-
sky@chromium.org authored
request. BUG=none TEST=none Review URL: http://codereview.chromium.org/3041006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@52949 0039d316-1c4b-4281-b951-d872f2087c98
-
ananta@chromium.org authored
Add a callstack to the known crashes list. This crash occurs consistently in ChromeFrame reliability test runs This stack was incorrectly deleted in an earlier revision. Bug=39356 TBR=amit Review URL: http://codereview.chromium.org/3037010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@52948 0039d316-1c4b-4281-b951-d872f2087c98
-
victorw@chromium.org authored
allocator target should be added as dependency only when win_use_allocator_shim is 1. Also fix a typo in allocator_shim.cc R=jvoung@google.com, mbelshe@chromium.org TEST=none BUG=none Review URL: http://codereview.chromium.org/3011011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@52947 0039d316-1c4b-4281-b951-d872f2087c98
-
huanr@chromium.org authored
BUG=49463 TEST=reliability tests Review URL: http://codereview.chromium.org/2883027 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@52946 0039d316-1c4b-4281-b951-d872f2087c98
-
atwilson@chromium.org authored
Update GTK version of BrowserList::AllBrowsersClosed() to only close widgets that pass the GTK_IS_DIALOG() filter to avoid prematurely closing status icons. BUG=49391 TEST=none (unit test is part of a pending CL) Review URL: http://codereview.chromium.org/3040006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@52945 0039d316-1c4b-4281-b951-d872f2087c98
-
shess@chromium.org authored
Merge removed indirect autocomplete_text_field.h, broken build. BUG=none TEST=waterfall Review URL: http://codereview.chromium.org/3050002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@52944 0039d316-1c4b-4281-b951-d872f2087c98
-
cbentzel@chromium.org authored
GSSAPI does not provide a mechanism for the user to specify username/password to obtain a TGT. If default credentials are not allowed for an end site, skip negotiate and use a different scheme. Arguably in this case it may make sense to simply prompt the user whether they want to use their existing Kerberos credentials to authenticate to the server and use the existing TGT, but we'll need UI changes. BUG=33033 TEST=net_unittests, try to authenticate to a Kerberized server which is not in the whitelist. Review URL: http://codereview.chromium.org/3013003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@52943 0039d316-1c4b-4281-b951-d872f2087c98
-
tony@chromium.org authored
This reverts commit 52788 and re-enables 2 UI tests. TBR=phajdan.jr Review URL: http://codereview.chromium.org/2856044 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@52942 0039d316-1c4b-4281-b951-d872f2087c98
-
shess@chromium.org authored
AutocompleteTextField clears state, then asks AutocompleteTextFieldCell to regenerate the tooltips. BUG=49321 TEST=tooltips for star, content settings, page actions. TEST= AutocompleteTextFieldCellTest.UpdateToolTips Review URL: http://codereview.chromium.org/2868058 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@52940 0039d316-1c4b-4281-b951-d872f2087c98
-
rsimha@chromium.org authored
The sync integration tests do not have a fake Tango server that provides clients with XMPP notifications. Therefore, we rely on clients nudging each other via the server when changes need to be synced. Until we implement a fake Tango server, this switch needs to be set for all integration tests. BUG=48141 TEST=sync_integration_tests:echo Review URL: http://codereview.chromium.org/2834051 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@52939 0039d316-1c4b-4281-b951-d872f2087c98
-
mbelshe@chromium.org authored
These now match the behavior on windows. BUG=none TEST=none Review URL: http://codereview.chromium.org/2881022 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@52938 0039d316-1c4b-4281-b951-d872f2087c98
-
pkasting@chromium.org authored
TBR=sky BUG=none TEST=none Review URL: http://codereview.chromium.org/2819055 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@52937 0039d316-1c4b-4281-b951-d872f2087c98
-
markusheintz@chromium.org authored
bug=44504 test=none Review URL: http://codereview.chromium.org/2809058 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@52936 0039d316-1c4b-4281-b951-d872f2087c98
-
chase@chromium.org authored
After the most recent reboot, the startup results difference is ~30 ms. Adjust to keep the step green for now. BUG=none TEST=mac 10.5 startup is green TBR=nsylvain@chromium.org Review URL: http://codereview.chromium.org/3054001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@52935 0039d316-1c4b-4281-b951-d872f2087c98
-
mpcomplete@chromium.org authored
location bar view. BUG=38992 Review URL: http://codereview.chromium.org/3036004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@52934 0039d316-1c4b-4281-b951-d872f2087c98
-
alyssad@chromium.org authored
Review URL: http://codereview.chromium.org/2823046 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@52933 0039d316-1c4b-4281-b951-d872f2087c98
-
dhg@chromium.org authored
Review URL: http://codereview.chromium.org/2819053 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@52932 0039d316-1c4b-4281-b951-d872f2087c98
-
skerner@chromium.org authored
BUG=44758 TEST=ExtensionApiTest.CaptureVisibleTab, try taking a snapshot of google.com on mac, linux, win. Review URL: http://codereview.chromium.org/2819050 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@52931 0039d316-1c4b-4281-b951-d872f2087c98
-
csilv@chromium.org authored
BUG=49037,49038 TEST=Verify skeleton overlay dialogs for 'Clear Browser Data' and 'Font Settings' when using --enable-tabbed-options. Review URL: http://codereview.chromium.org/2812063 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@52930 0039d316-1c4b-4281-b951-d872f2087c98
-
thakis@chromium.org authored
With this, interactive_ui_tests works for me locally BUG=45892,21276 TEST=none Review URL: http://codereview.chromium.org/3053002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@52929 0039d316-1c4b-4281-b951-d872f2087c98
-
shess@chromium.org authored
Additionally, convert to use more basic drawing rather than NSAttributedString, to save needing the text-attachment class. Strip out all of the unit-test code relating to decoration exclusion, as those cases are no longer possible in those ways. BUG=none TEST=Browse to www.google.com. Command-l, type google and should see "Press [tab] to search Google". TEST=Should have I-beam cursor over the "Press ..." phrase. Review URL: http://codereview.chromium.org/2854051 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@52928 0039d316-1c4b-4281-b951-d872f2087c98
-
thestig@chromium.org authored
BUG=46886 TEST=Heapchecker net gets greener TBR=glider Review URL: http://codereview.chromium.org/3010012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@52927 0039d316-1c4b-4281-b951-d872f2087c98
-
chase@chromium.org authored
Looks like we got faster around r50331 (WebKit roll 61498:61520). BUG=none TEST=vista morejs is green TBR=nsylvain@chromium.org Review URL: http://codereview.chromium.org/3049002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@52926 0039d316-1c4b-4281-b951-d872f2087c98
-
thakis@chromium.org authored
TransportDIB handles are file descriptors on mac, which are duped when sent over IPC. Hence, they change their value, and the handle that comes back over IPC is not the same that was originally sent -- so they can't be used as map keys. BUG=none TEST=none Review URL: http://codereview.chromium.org/3037006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@52925 0039d316-1c4b-4281-b951-d872f2087c98
-
rvargas@google.com authored
So avoid crashing even if the destructor is not called before killing the IO thread. BUG=49271 TEST=none Review URL: http://codereview.chromium.org/3044006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@52924 0039d316-1c4b-4281-b951-d872f2087c98
-
evan@chromium.org authored
Useful when running it in combination with other programs. Review URL: http://codereview.chromium.org/3015007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@52923 0039d316-1c4b-4281-b951-d872f2087c98
-
chase@chromium.org authored
The current build got faster around r52818, but so did the reference build. Then the reference build got faster while the current build did not. So while it's a relative increase in perf results, it's an absolute decrease. Appears to be local machine changes that caused these changes. BUG=none TEST=vista intl steps are green TBR=nsylvain@chromium.org Review URL: http://codereview.chromium.org/2847060 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@52922 0039d316-1c4b-4281-b951-d872f2087c98
-
gregoryd@google.com authored
TBR=pinkerton Review URL: http://codereview.chromium.org/3020013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@52920 0039d316-1c4b-4281-b951-d872f2087c98
-
gregoryd@google.com authored
The main reason for this change is that both "Native Client" and "sandbox" are difficult to translate, so we won't translate "Native Client" and will replace "sandbox" with "security". Review URL: http://codereview.chromium.org/3043005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@52919 0039d316-1c4b-4281-b951-d872f2087c98
-
sky@chromium.org authored
BUG=49013 TEST=none TBR=ben@chromium.org Review URL: http://codereview.chromium.org/2883026 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@52918 0039d316-1c4b-4281-b951-d872f2087c98
-
arv@chromium.org authored
This is the grd part of http://codereview.chromium.org/3001003/show BUG=46028 TEST=None Review URL: http://codereview.chromium.org/2832060 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@52917 0039d316-1c4b-4281-b951-d872f2087c98
-
nshkrob@chromium.org authored
Store a map of temporary thumbnails for unknown URLs. Also, remove accesses to thumbnail DB after the migration to TopSites. TEST=TopSitesTest BUG=none Review URL: http://codereview.chromium.org/2948008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@52915 0039d316-1c4b-4281-b951-d872f2087c98
-
cbentzel@chromium.org authored
Also made other DISABLED tests consistent with this one. BUG=49206 TEST=None Review URL: http://codereview.chromium.org/3008009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@52914 0039d316-1c4b-4281-b951-d872f2087c98
-
pinkerton@google.com authored
BUG=none TEST=none Review URL: http://codereview.chromium.org/2854052 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@52913 0039d316-1c4b-4281-b951-d872f2087c98
-
tony@chromium.org authored
TBR=senorblanco,ojan Review URL: http://codereview.chromium.org/3030005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@52912 0039d316-1c4b-4281-b951-d872f2087c98
-
rsesek@chromium.org authored
The changes to restart_browser.mm also affect the sheet displayed in the About window. Note that the badge on the wrench menu looks bad. BUG=45147 TEST=difficult Review URL: http://codereview.chromium.org/2856042 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@52911 0039d316-1c4b-4281-b951-d872f2087c98
-
jochen@chromium.org authored
BUG=none TEST=Cookies*.* Review URL: http://codereview.chromium.org/3048002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@52910 0039d316-1c4b-4281-b951-d872f2087c98
-
pfeldman@chromium.org authored
Review URL: http://codereview.chromium.org/2861061 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@52909 0039d316-1c4b-4281-b951-d872f2087c98
-