- 18 Feb, 2011 18 commits
-
-
dyu@chromium.org authored
BUG=none TEST=none Review URL: http://codereview.chromium.org/6538043 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75353 0039d316-1c4b-4281-b951-d872f2087c98
-
tfarina@chromium.org authored
BUG=73252 TEST=see bug Review URL: http://codereview.chromium.org/6543003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75352 0039d316-1c4b-4281-b951-d872f2087c98
-
mattm@chromium.org authored
Detect this case and automatically switch to showing the menu above the button in this case. BUG=69996 TEST=NONE Review URL: http://codereview.chromium.org/6531019 TBR=maf@chromium.org Review URL: http://codereview.chromium.org/6544010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75351 0039d316-1c4b-4281-b951-d872f2087c98
-
cbentzel@chromium.org authored
BUG=73558 TEST=None Review URL: http://codereview.chromium.org/6469040 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75350 0039d316-1c4b-4281-b951-d872f2087c98
-
cbentzel@chromium.org authored
BUG=73358 TEST=None Review URL: http://codereview.chromium.org/6532046 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75349 0039d316-1c4b-4281-b951-d872f2087c98
-
cbentzel@chromium.org authored
BUG=73558 TEST=None Review URL: http://codereview.chromium.org/6538040 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75348 0039d316-1c4b-4281-b951-d872f2087c98
-
mattm@chromium.org authored
Revert 75306 - Force native frames to repaint when OnNCActivate is called. With a profile menu button added to the GlassBrowserFrameView, failure to trigger the frame repaint means that the button will remain in the active state even when the frame has been deactivated. DesktopNotification tests failing on win full - speculative revert since this is the only CL in the range that seems possibly related. BUG=none TEST=frames behave normally in Aero mode, when activated and deactivated. Review URL: http://codereview.chromium.org/6507044 TBR=mirandac@chromium.org Review URL: http://codereview.chromium.org/6546006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75347 0039d316-1c4b-4281-b951-d872f2087c98
-
akalin@chromium.org authored
Split up sync_index.html into chrome_sync.js and various included html files. Added simple Event and AsyncFunction classes to abstract out the grungy WebUI communication details. BUG=69500 TEST= Review URL: http://codereview.chromium.org/6531038 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75345 0039d316-1c4b-4281-b951-d872f2087c98
-
dyu@chromium.org authored
throw away junk profiles. Includes a dataset converter script to convert csv file into profile dictionary list. testMergeDuplicateProfilesInAutofill Added additional tests: testFilterMalformedEmailAddresses - covers fixed bug 73654. testFilterIncompleteAddresses - covers fixed bug 71710. BUG=none TEST=none Review URL: http://codereview.chromium.org/6246147 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75344 0039d316-1c4b-4281-b951-d872f2087c98
-
vangelis@chromium.org authored
BUG=73241 Review URL: http://codereview.chromium.org/6507033 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75343 0039d316-1c4b-4281-b951-d872f2087c98
-
maf@chromium.org authored
Detect this case and automatically switch to showing the menu above the button in this case. BUG=69996 TEST=NONE Review URL: http://codereview.chromium.org/6531019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75342 0039d316-1c4b-4281-b951-d872f2087c98
-
hclam@chromium.org authored
There was a race condition in the chromoting extension javascript. We wait for OnUpdated() in order to send the chromoting tab a request for connection. However OnUpdated() is insufficient for the chromoting tab is fully loaded. And thus sending a request may not always work. This change will wait for the tab to go to a "complete" status before a request is sent. BUG=73202 TEST=Click on chromoting connect, it should always connect Review URL: http://codereview.chromium.org/6532042 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75341 0039d316-1c4b-4281-b951-d872f2087c98
-
tfarina@chromium.org authored
BUG=59945, 59946 TEST=trybots Review URL: http://codereview.chromium.org/6541006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75340 0039d316-1c4b-4281-b951-d872f2087c98
-
zea@chromium.org authored
BUG=68954 TEST=Sign into sync for first time with --vmodule="*/sync/*"=1 and see what gets printed Review URL: http://codereview.chromium.org/6534013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75336 0039d316-1c4b-4281-b951-d872f2087c98
-
sunandt@chromium.org authored
BUG=none TEST=none Review URL: http://codereview.chromium.org/6018010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75335 0039d316-1c4b-4281-b951-d872f2087c98
-
maf@chromium.org authored
Delete accessor declaration for an NSMenu object that doesn't exist in the code any more. Review URL: http://codereview.chromium.org/6546001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75334 0039d316-1c4b-4281-b951-d872f2087c98
-
sanjeevr@chromium.org authored
Fixed a corner case issue with printing XPS documents to the Microsoft XPS Document Writer which would not generate a job id. BUG=None TEST=Test submitting an XPS document to the XPS Document Writer via cloud print. Review URL: http://codereview.chromium.org/6544002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75333 0039d316-1c4b-4281-b951-d872f2087c98
-
rickcam@chromium.org authored
BUG=73178 TEST=unittests This adds two tests for the basic list-management functionality of the BackgroundApplicationListManager. The first minimizes testing logic with explicit adding and removing of Background Apps and other extensions. The second does more extensive testing over a large series of operations that add and remove Background App and other extensions. Review URL: http://codereview.chromium.org/6525056 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75332 0039d316-1c4b-4281-b951-d872f2087c98
-
- 17 Feb, 2011 22 commits
-
-
brettw@chromium.org authored
This also changes the FileRef interface to remove the Query function, since there is no close function, there's no way to cancel the current request, which makes memory management of the info structure very difficult. Review URL: http://codereview.chromium.org/6519057 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75331 0039d316-1c4b-4281-b951-d872f2087c98
-
erg@google.com authored
BUG=none TEST=compiles Review URL: http://codereview.chromium.org/6532008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75330 0039d316-1c4b-4281-b951-d872f2087c98
-
adamk@chromium.org authored
a filesystem: URL that refers to a directory. This avoids leaking implementation details of the sandboxed filesystem. Review URL: http://codereview.chromium.org/6537011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75329 0039d316-1c4b-4281-b951-d872f2087c98
-
nfullagar@google.com authored
TEST=trybots BUG=none Review URL: http://codereview.chromium.org/6534026 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75327 0039d316-1c4b-4281-b951-d872f2087c98
-
tfarina@chromium.org authored
BUG=41073 TEST=hover the icon in the omnibox, you should see "View site information". Review URL: http://codereview.chromium.org/6531033 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75326 0039d316-1c4b-4281-b951-d872f2087c98
-
thestig@chromium.org authored
BUG=none TEST=none Review URL: http://codereview.chromium.org/6538033 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75325 0039d316-1c4b-4281-b951-d872f2087c98
-
atwilson@chromium.org authored
BUG=NONE TEST=NONE Review URL: http://codereview.chromium.org/6544001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75324 0039d316-1c4b-4281-b951-d872f2087c98
-
tfarina@chromium.org authored
BUG=73252 TEST=see bug Review URL: http://codereview.chromium.org/6539013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75323 0039d316-1c4b-4281-b951-d872f2087c98
-
zea@chromium.org authored
BUG=73198 TEST=self Review URL: http://codereview.chromium.org/6534004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75322 0039d316-1c4b-4281-b951-d872f2087c98
-
erg@google.com authored
The theme on the gallery that corresponds to classic has a real extension id that we need to detect. By the time the BrowserThemeProvider can detect it, it has already been unpacked so just hard code the extension ID into chrome. BUG=67751 TEST=Install a theme, verify that 'use classic theme' is enabled, install Default theme, verify that 'use classic theme' is disabled Review URL: http://codereview.chromium.org/6532033 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75321 0039d316-1c4b-4281-b951-d872f2087c98
-
rsesek@chromium.org authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75320 0039d316-1c4b-4281-b951-d872f2087c98
-
tfarina@chromium.org authored
BUG=73252 TEST=see bug Review URL: http://codereview.chromium.org/6507043 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75316 0039d316-1c4b-4281-b951-d872f2087c98
-
tfarina@chromium.org authored
BUG=59945, 59946 TEST=trybots Review URL: http://codereview.chromium.org/6531028 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75315 0039d316-1c4b-4281-b951-d872f2087c98
-
rsesek@chromium.org authored
BUG=58409 Review URL: http://codereview.chromium.org/6539002 Patch from Kushal Pisavadia <kushi.p@gmail.com>. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75314 0039d316-1c4b-4281-b951-d872f2087c98
-
wtc@chromium.org authored
Tweak sslimpl.h to eliminate one conflict when applying clientauth.patch. Unfortunately one conflict in sslimpl.h and one conflict in ssl3con.c still remain in clientauth.patch. Add the applypatches.sh script to make it easier to apply the patches. R=agl BUG=none TEST=none Review URL: http://codereview.chromium.org/6538005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75311 0039d316-1c4b-4281-b951-d872f2087c98
-
scherkus@chromium.org authored
Fix for the leak was checked in as r75222. Patch by sjl@chromium.org: http://codereview.chromium.org/6538026/ BUG=73132 TEST=linux_valgrind try bot. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75309 0039d316-1c4b-4281-b951-d872f2087c98
-
tim@chromium.org authored
Simpler! -=150 lines :) Need this to be able to use SyncerThread2. BUG=26339 TEST=DataTypeManagerImpl2Test Review URL: http://codereview.chromium.org/6528042 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75308 0039d316-1c4b-4281-b951-d872f2087c98
-
mirandac@chromium.org authored
Force native frames to repaint when OnNCActivate is called. With a profile menu button added to the GlassBrowserFrameView, failure to trigger the frame repaint means that the button will remain in the active state even when the frame has been deactivated. BUG=none TEST=frames behave normally in Aero mode, when activated and deactivated. Review URL: http://codereview.chromium.org/6507044 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75306 0039d316-1c4b-4281-b951-d872f2087c98
-
tommi@chromium.org authored
TEST=Fix for crash in setup. See bug for details. BUG=73212 Review URL: http://codereview.chromium.org/6533009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75305 0039d316-1c4b-4281-b951-d872f2087c98
-
zelidrag@chromium.org authored
BUG=chromium-os:10937 TEST=make sure [Activate] button does not show in connection details if the device is already activated Review URL: http://codereview.chromium.org/6516019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75304 0039d316-1c4b-4281-b951-d872f2087c98
-
thestig@chromium.org authored
BUG=41106 TEST=none Review URL: http://codereview.chromium.org/6526010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75303 0039d316-1c4b-4281-b951-d872f2087c98
-
thestig@chromium.org authored
BUG=none TEST=Enable print preview on Mac, make sure print button in print preview works. Review URL: http://codereview.chromium.org/6479004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75302 0039d316-1c4b-4281-b951-d872f2087c98
-