- Jan 06, 2011
-
-
jamesr@chromium.org authored
These are the chrome changes needed for https://bugs.webkit.org/show_bug.cgi?id=51952. BUG=64848 TEST=layout tests Review URL: http://codereview.chromium.org/5962018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70626 0039d316-1c4b-4281-b951-d872f2087c98
-
oshima@chromium.org authored
Both Textfield and TextfieldViews were focusable and alt-tab was setting the focus back to the Textfield, which sets the focus to the its TextfieldViews. This fixes the issue by making Textfield non focusable. BUG=none TEST=FocusTest is added to unittest. Review URL: http://codereview.chromium.org/5988010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70624 0039d316-1c4b-4281-b951-d872f2087c98
-
grt@chromium.org authored
BUG=61609 TEST=install Chrome with --multi-install, monitor GoogleUpdate's log (e.g., via Sawbuck), and confirm that an update check uses the multi-installer package's app guid. Review URL: http://codereview.chromium.org/6100003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70623 0039d316-1c4b-4281-b951-d872f2087c98
-
hans@chromium.org authored
Revert 70621 - With the Mac App Store, we see that window controls are no longer tied to the top of the window. Adjust ours downward so they have space to breathe. BUG=68746 TEST=window widgets are vertically centered Review URL: http://codereview.chromium.org/6126001 TBR=avi@chromium.org Review URL: http://codereview.chromium.org/6129001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70622 0039d316-1c4b-4281-b951-d872f2087c98
-
avi@chromium.org authored
With the Mac App Store, we see that window controls are no longer tied to the top of the window. Adjust ours downward so they have space to breathe. BUG=68746 TEST=window widgets are vertically centered Review URL: http://codereview.chromium.org/6126001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70621 0039d316-1c4b-4281-b951-d872f2087c98
-
agl@chromium.org authored
We added support for OCSP stapling to libssl3 in (r**TBD**). This plumbs that information from the SSL socket into the OCSP caching in libnss3. BUG=none TEST=none http://codereview.chromium.org/5231006/ git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70620 0039d316-1c4b-4281-b951-d872f2087c98
-
mmenke@chromium.org authored
Adds sources and events for ActiveCacheEntry and EntryImpl objects, as well as adding cache read/write events to HttpCacheTransactions. Most new read/write events are only logged when NetLog logging mode is set to log all events. Also, net-internals now merges begin and end events that have parameters, as long as only one of them has parameters. I think this increases readability, at the cost of making it a little more difficult to follow timings with just the "st" values. BUG=59382 TEST=none yet, other than updates to existing tests. Review URL: http://codereview.chromium.org/4067002 TBR=mmenke@chromium.org Review URL: http://codereview.chromium.org/6005015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70619 0039d316-1c4b-4281-b951-d872f2087c98
-
mmenke@chromium.org authored
Adds sources and events for ActiveCacheEntry and EntryImpl objects, as well as adding cache read/write events to HttpCacheTransactions. Most new read/write events are only logged when NetLog logging mode is set to log all events. Also, net-internals now merges begin and end events that have parameters, as long as only one of them has parameters. I think this increases readability, at the cost of making it a little more difficult to follow timings with just the "st" values. BUG=59382 TEST=none yet, other than updates to existing tests. Review URL: http://codereview.chromium.org/4067002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70618 0039d316-1c4b-4281-b951-d872f2087c98
-
andreip@chromium.org authored
BUG=none TEST=none Review URL: http://codereview.chromium.org/6023013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70617 0039d316-1c4b-4281-b951-d872f2087c98
-
sky@chromium.org authored
on omnibox. BUG=60553 TEST=see bug Review URL: http://codereview.chromium.org/6028010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70616 0039d316-1c4b-4281-b951-d872f2087c98
-
jknotten@chromium.org authored
Change r61182 <http://crrev.com/61182> moved the geolocation providers on to their own "Geolocation" thread. The experimental CoreLocation provider needs to be changed accordingly to send position updates to the Geolocation thread instead of browser thread. BUG=67311 TEST=None Review URL: http://codereview.chromium.org/6037016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70615 0039d316-1c4b-4281-b951-d872f2087c98
-
rsesek@chromium.org authored
BUG=65232 TEST=See reduced test case in bug. Review URL: http://codereview.chromium.org/6028013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70614 0039d316-1c4b-4281-b951-d872f2087c98
-
agl@chromium.org authored
Requested by: Matias Korhonen BUG=none TEST=net_unittests git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70613 0039d316-1c4b-4281-b951-d872f2087c98
-
grt@chromium.org authored
BUG=67478 TEST=Install SxS, start chrome, open about dialog, notice that it doesn't say to restart if there's no update. Review URL: http://codereview.chromium.org/6076008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70612 0039d316-1c4b-4281-b951-d872f2087c98
-
tfarina@chromium.org authored
BUG=24672 TEST=trybots Review URL: http://codereview.chromium.org/6057010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70610 0039d316-1c4b-4281-b951-d872f2087c98
-
kmillikin@chromium.org authored
This revision patches V8 to fix a potential crash in the compiler. BUG=67732 TEST=fast/canvas/shadow-offset* Review URL: http://codereview.chromium.org/5964015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70606 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-release@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70604 0039d316-1c4b-4281-b951-d872f2087c98
-
jknotten@chromium.org authored
BUG=59907 Review URL: http://codereview.chromium.org/5938002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70602 0039d316-1c4b-4281-b951-d872f2087c98
-
finnur@chromium.org authored
(fix a typo in a random file) TBR=sky BUG=None TEST=None Review URL: http://codereview.chromium.org/6109002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70601 0039d316-1c4b-4281-b951-d872f2087c98
-
finnur@chromium.org authored
This should enable the user to find conflicting dlls that are crashing Chrome on startup. This changelist introduces a limited_mode for scanning, since the diagnostics tests run without the help of many Chrome services, so we can't use the File thread for asynchronous scanning or the notification system. Also changed the scanning so that if no signature/description is given in the blacklist, then we mark the DLL as a confirmed match if the name and the location match (before we used to match it as a 'suspected' match). A very sizable chunk of the blacklist is malware, which has no signature, so this gives us the ability to trigger the wrench badge on finding malware (that part remains opt-in through about:flags). Also added failure count to diagnostics output (sometimes the error scrolls off screen, so having a note at the bottom helps). BUG=51105 TEST=All diagnostics tests run as part of the unit tests. Review URL: http://codereview.chromium.org/6098004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70600 0039d316-1c4b-4281-b951-d872f2087c98
-
yusukes@google.com authored
Do not kill ibus-daemon before FlushImeConfig() since it can lead the ibus_config_set_value() call to block for 25 seconds (i.e. GDBus default timeout) when ibus-1.4 and GDBus libraries are in use. BUG=chromium-os:9685 TEST=manually with ibus-1.3 and 1.4. Review URL: http://codereview.chromium.org/6032005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70598 0039d316-1c4b-4281-b951-d872f2087c98
-
kochi@chromium.org authored
http://codereview.chromium.org/6057002/ BUG=chromium-os:10364 TEST=manually check if pulldown menu of apps on newtab page doesn't have 'create shortcut'. Review URL: http://codereview.chromium.org/6060003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70597 0039d316-1c4b-4281-b951-d872f2087c98
-
brettw@chromium.org authored
Wire up missing functionality in BitmapPlatformContext to allow the creation of a skia::PlatformCanvas from a CGContextRef. TEST=test_shell_tests, try (mac,win,linux) Original review=http://codereview.chromium.org/6064007/ Patch by sjl@chromium.org git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70596 0039d316-1c4b-4281-b951-d872f2087c98
-
avi@chromium.org authored
BUG=9911 TEST=Official Win builder builds. Review URL: http://codereview.chromium.org/6083013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70595 0039d316-1c4b-4281-b951-d872f2087c98
-
chase@chromium.org authored
- linux-release-hardy/v8_benchmark/score/score - vista-release-single-core/morejs/times/t - vista-release-single-core/moz/times/t - xp-release-single-core/intl1/times/t - xp-release-single-core/intl2/times/t - xp-release-single-core/morejs/times/t - xp-release-single-core/moz/times/t BUG=none TEST=perf steps are green TBR=nsylvain@chromium.org Review URL: http://codereview.chromium.org/6007008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70594 0039d316-1c4b-4281-b951-d872f2087c98
-
abarth@chromium.org authored
we've resolved the Windows build issue. TBR=noelallen Review URL: http://codereview.chromium.org/5986018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70593 0039d316-1c4b-4281-b951-d872f2087c98
-
tfarina@chromium.org authored
It just adds the 'namespace net' to these files and a typedef for them, because there are many entries to fix in one pass. They will be fixed later. BUG=64263 TEST=trybots Review URL: http://codereview.chromium.org/6056007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70592 0039d316-1c4b-4281-b951-d872f2087c98
-
thestig@chromium.org authored
BUG=none TEST=none Review URL: http://codereview.chromium.org/6027007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70591 0039d316-1c4b-4281-b951-d872f2087c98
-
abarth@chromium.org authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70587 0039d316-1c4b-4281-b951-d872f2087c98
-
abarth@chromium.org authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70586 0039d316-1c4b-4281-b951-d872f2087c98
-
estade@chromium.org authored
these are consistently failing on mac 10.6; see bug. BUG=68303 TEST=tree is a little greener Review URL: http://codereview.chromium.org/6002019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70584 0039d316-1c4b-4281-b951-d872f2087c98
-
abarth@chromium.org authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70583 0039d316-1c4b-4281-b951-d872f2087c98
-
zea@chromium.org authored
BUG=60227 TEST=unit Review URL: http://codereview.chromium.org/6093007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70580 0039d316-1c4b-4281-b951-d872f2087c98
-
derat@chromium.org authored
This adds hashes for the actions that I added in http://codereview.chromium.org/6035010/ (along with a missing one for BadMessageTerminate_RVD). BUG=chromium-os:10403 TEST=none TBR=jcivelli Review URL: http://codereview.chromium.org/6093008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70579 0039d316-1c4b-4281-b951-d872f2087c98
-
tfarina@chromium.org authored
BUG=None TEST=manual Review URL: http://codereview.chromium.org/6000011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70578 0039d316-1c4b-4281-b951-d872f2087c98
-
sergeyu@chromium.org authored
BUG=67218 TEST=None Review URL: http://codereview.chromium.org/5974012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70577 0039d316-1c4b-4281-b951-d872f2087c98
-
sergeyu@chromium.org authored
BUG=67218 TEST=None Review URL: http://codereview.chromium.org/6033005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70576 0039d316-1c4b-4281-b951-d872f2087c98
-
rvargas@google.com authored
out why there are so many users with available cache space. BUG=none TEST=none Review URL: http://codereview.chromium.org/6020008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70575 0039d316-1c4b-4281-b951-d872f2087c98
-
estade@chromium.org authored
1) repaint the arrow when the location icon moves. The location icon can move, for example, when the home button is added or removed. 2) paint the arrow on top of the location icon explicitly. This is necessary because sometimes the location icon sits in a different X window from the toolbar, and we cannot paint over it in the toolbar's expose event. In particular, try going to paypal.com and then crashing flash. Without this patch, the top of the arrow will be lopped off. BUG=68457 TEST=manual Review URL: http://codereview.chromium.org/6056010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70574 0039d316-1c4b-4281-b951-d872f2087c98
-
sergeyu@chromium.org authored
1. Add gaia_login.html and setup_flow_error.html resources. 2. Add SetupFlowErrorStepBase for errors. 3. More flexible message handling. 4. Support for multiple message handlers in ServiceProcessControl. BUG=67218 TEST=Unittests. Review URL: http://codereview.chromium.org/6064006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70573 0039d316-1c4b-4281-b951-d872f2087c98
-