| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
| |
Merged correctly this time.
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/6523067
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75165 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
the arrow image now has 5 padding pixels built in on both sides (rather than just the right side). For one reason or another, GIMP saved the png 80% more space-efficiently than whatever method was used to save the png before, even though it is now slightly larger.
BUG=67849
TEST=manual
Review URL: http://codereview.chromium.org/6523011
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75164 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=72989
TEST=see image in bug
Review URL: http://codereview.chromium.org/6523016
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75163 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
a WinInet API
InternetSetOption.
Fixes bug http://code.google.com/p/chromium/issues/detail?id=50328
BUG=50328
TEST=none
Review URL: http://codereview.chromium.org/6480092
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75162 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
Basically, xmpp.google.com is the new hostname for XMPP connections.
BUG=73067
TEST=
Review URL: http://codereview.chromium.org/6480089
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75161 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
This checks that the WeakPtrs to GpuMessageFilter are always accessed from the same thread. It also ensure that the GpuMessageFilter is destroyed from that thread. This fixes a potential race where the GpuMessageFilter was being destroyed (on the IO thread) but a callback was trying to access it (on the UI thread).
BUG=none
TEST=stepped through ~GpuMessageFilter to ensure that switching it to the UI thread was safe
Review URL: http://codereview.chromium.org/6530004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75160 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=none
TEST=RectTest.SkRectToRect
Review URL: http://codereview.chromium.org/6525031
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75159 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
Use some transformation (clip, translate) to show a smoothish slide animation when the keyboard's visibility changes.
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/6499037
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75158 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
popup for touch. There are mainly two refactoring tasks in this CL:
1. Move class definitions from .cc file to .h file so they can be used elsewhere
2. Refactor out some code parts of AutocompletePopupContentView that deal with
drawing individual autocomplete results.
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/6286092
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75157 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- s/scoped_ptr/scoped_array/ for new[]'d memory; this fixes a bug valgrind found
and which can cause memory corruption (as delete was being called instead of
delete[] before, which can confuse the allocator).
- Fix memory leak where AlsaPcmInputStreams would fail to be deleted.
Patch by fischman@chromium.org:
http://codereview.chromium.org/6523027/
BUG=none
TEST=valgrind media_unittests stops complaining about leaking the AIS and using delete instead of delete[].
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75156 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
scripts and embed urls from each frame.
TEST=unit_tests, relevant browser_test
Review URL: http://codereview.chromium.org/6373014
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75155 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This reverts commit d295a2eb811d4ba9726ee560ff0e420a078987ce.
http://src.chromium.org/viewvc/chrome?view=rev&revision=75147
TBR=jkummerow@chromium.org
BUG=73185
TEST=none
Review URL: http://codereview.chromium.org/6523066
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75154 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The bug was that the ProfilePolicyContext was getting initialized before the ProfileImplIOData::Handle was initialized.
BUG=67237
TEST=none
Review URL: http://codereview.chromium.org/6526029
TBR=willchan@chromium.org
Review URL: http://codereview.chromium.org/6480120
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75152 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
R=rsleevi
BUG=37560,45369,62027
TEST=none
Review URL: http://codereview.chromium.org/6525042
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75151 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=None
TEST=trybot
Review URL: http://codereview.chromium.org/6526005
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75150 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
| |
This makes sure we do not open a link twice (once due to the handler and once
due to the browser behavior).
BUG=Evan?
TEST=Evan?
Review URL: http://codereview.chromium.org/6250207
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75149 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
| |
My change r74970 mistakely restricted the damaged region for
non loading animation.
BUG=73138
TEST=hover mouse over inactive tab. background should be painted correctly.
Review URL: http://codereview.chromium.org/6528048
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75148 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
There are so many in CloudPolicyCacheTest, so I'm suppressing them all in one shot. Please look into this issue
as soon as possible.
TBR=jkummerow@chromium.org
BUG=73185
TEST=none
Review URL: http://codereview.chromium.org/6530006
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75147 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Stop tooltips appearing for bookmark folders in drop-down menus from
the bookmark bar. This only applies to views builds.
BUG=72660
TEST=Create a bookmark folder within a bookmark folder, make it
viewable
from the bookmark bar, hover over it, and check that no tooltip appears.
Review URL: http://codereview.chromium.org/6524043
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75146 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
The bug was that the ProfilePolicyContext was getting initialized before the ProfileImplIOData::Handle was initialized.
BUG=67237
TEST=none
Review URL: http://codereview.chromium.org/6526029
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75143 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=none
TEST=compiles
Review URL: http://codereview.chromium.org/6525038
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75141 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
| |
This also sets the design that all settings that can be modified for guest
session must have their paths prefixed by "cros.session.".
BUG=chromium-os:9477
TEST=sign in as guest, modify proxy settings via chrome://settings/proxy, verify chrome://net-internals/#proxy reflect the new settings.
Review URL: http://codereview.chromium.org/6458019
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75138 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/6526051
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75136 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Change the z-index of the status message to lower and give z-index to the
chromoting scroll panel. The status message interfere with the normal user
actions with the plugin so show it below the plugin.
BUG=None
TEST=None
Review URL: http://codereview.chromium.org/6480066
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75135 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
This is a follow up CL after r74986.
BUG=chromium:41729
TEST=Verify chromium:41729 is fixed on ChromeOS.
Review URL: http://codereview.chromium.org/6499029
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75131 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
Also, gpu blacklist is ignored if use-gl=osmesa; this is for chromium bots.
BUG=72975
TEST=on XP WebGL is disabled
Review URL: http://codereview.chromium.org/6526020
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75130 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
| |
This is a partial-revert of http://codereview.chromium.org/6386018/ (r73125).
BUG=61636
TEST=none
TBR=nsylvain
Review URL: http://codereview.chromium.org/6524044
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75129 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
| |
addition to the notification. The notification is now only sent out
when done. Also makes the editmodel own the controller.
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/6519014
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75126 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Added GSM badges and the code to display them. New badges
are for GPRS, EDGE, HSPA, HSPA Plus, LTE, and LTE
Advanced. Because we may not have data plan usage information
available from GSM carriers, I didn't create 'warn',
'error', and 'unknown' versions of these badges.
On the network settings tab, monitor the connected or
connecting Wi-Fi network (if any) and all cellular networks
(if any) instead of just monitoring the current active
network. This ensures that all network information on
this tab will stay up to date. Non-connected Wi-Fi networks
will show up to date signal strength information, because
that info only comes back in scan results, which trigger
a Manager property change in flimflam, which causes Chrome
to fetch info for all networks.
BUG=chromium-os:11292
TEST=With a T-Mobile SIM in the machine, set the carrier to
T-Mobile. Observed display of "E" badge when using EDGE.
Used an AT&T SIM, and observed display of "H" badge when
using HSPA, and "3G" badge when using UMTS. Switched carrier
to Verizon Wireless and checked that CDMA still works as
it did before.
For the network monitoring change, I opened the network settings
tab and observed that even when the cellular network was not
the one being used for network traffic, the signal strength
and network technology badge were being updated as changes
occurred.
Review URL: http://codereview.chromium.org/6314019
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75125 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
undercounts apps that are launched via a URL that redirects to the app's web extent.
BUG=62410
TEST=None.
Review URL: http://codereview.chromium.org/6312189
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75122 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
| |
TBR=pkasting
BUG=73172
TEST=none
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75121 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=58235
TEST=none
Review URL: http://codereview.chromium.org/6480115
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75120 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
| |
Uses the final referrer from the prefetch URLRequest as the
referrer for prerendered pages.
BUG=72228
TEST=PrerenderBrowserTest.PrerenderReferrer
Review URL: http://codereview.chromium.org/6486009
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75119 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=73058
TEST=none
Review URL: http://codereview.chromium.org/6523037
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75118 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Add --webcore-log-channels=Loading,ResourceLoading to your chrome
command line to get WebKit debugging joy. See
third_party/WebKit/Source/WebCore/platform/Logging.cpp for a list
of log levels.
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/6528016
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75117 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This is logically part of http://codereview.chromium.org/6314019,
but for whatever reason, the try server fails because it thinks
the new PNGs can't be found when it tries to compile
theme_resources.grd. I'm working around this by uploading the
icons and .grd in this separate CL.
BUG=chromium-os:11292
TEST=same tests described in the referenced CL
TBR=chocobo@chromium.org
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75116 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
(Second attempt to land http://codereview.chromium.org/6409040/)
- cloud_policy.proto autogenerated from policy_templats.json
- C++ method decoding the protobuf also autogenerated from policy_templates.json
- changed policy fetching mechanism to fetch new-style policy protobufs
BUG=68309, chromium-os:11253, chromium-os:11255
TEST=CloudPolicyCacheTest.*; also manual test against python testserver
Review URL: http://codereview.chromium.org/6523058
TBR=jkummerow@chromium.org
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75115 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=64075
TBR=glider
TEST=TSan/UI goes green
Review URL: http://codereview.chromium.org/6523061
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75114 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
| |
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75113 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
| |
BUG=none
Review URL: http://codereview.chromium.org/6523059
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75110 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
| |
TBR=pkasting
TEST=none
BUG=none
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75109 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=NONE
TEST=NONE
Review URL: http://codereview.chromium.org/6473016
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75108 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
| |
http://www.oracle.com/technetwork/java/javase/6u24releasenotes-307697.html
BUG=73150
TEST=none
TBR=bauerb
Review URL: http://codereview.chromium.org/6529047
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75107 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
(Second attempt to land http://codereview.chromium.org/6409040/)
- cloud_policy.proto autogenerated from policy_templats.json
- C++ method decoding the protobuf also autogenerated from policy_templates.json
- changed policy fetching mechanism to fetch new-style policy protobufs
BUG=68309, chromium-os:11253, chromium-os:11255
TEST=CloudPolicyCacheTest.*; also manual test against python testserver
Review URL: http://codereview.chromium.org/6523058
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75106 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
This CL sets |error_| in all cases that are not guarded by the format validation of extension_api.json
BUG=72705
TEST=
Review URL: http://codereview.chromium.org/6524013
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75104 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=49601
TEST=None
Review URL: http://codereview.chromium.org/6526045
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75103 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=50725
TEST=
Review URL: http://codereview.chromium.org/6504004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75102 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=72002
TEST=compiles
Review URL: http://codereview.chromium.org/6524012
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75101 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=73148
TEST=Valgrind bots go green on GFX
TBR=hbono
Review URL: http://codereview.chromium.org/6480113
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75100 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=chromium-os:3281
TEST=manual
Review URL: http://codereview.chromium.org/6523024
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75099 0039d316-1c4b-4281-b951-d872f2087c98
|