| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
| |
icon dimensions, text positioning are same as IE infobars. Buttons now implement user selected theme.
BUG=None
TEST=None
Review URL: http://codereview.chromium.org/6321025
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78311 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
(1) On Windows when the corruption is detected, prompts the user asking them to report it on http://crbug.com/74585.
This message is NOT internationalized, it is english only. But hopefully we will get some feedback from it.
(2) Before crashing, we do some additional checks in the map to see:
- how many pointers were NULL
- how many entries the map had
- dereference all the non-NULL values in the map to make sure they aren't garbage memory.
BUG=74585
Review URL: http://codereview.chromium.org/6693009
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78310 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Since we no longer plan on using this message to service both drags and
pasteboard requests, update the glue to call ui::base::Clipboard directly.
Eventually, the remaining functions in ClipboardDispatcher will also be
moved and/or deleted and the empty class removed.
BUG=75237
TEST=none
Review URL: http://codereview.chromium.org/6685063
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78309 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
now in tabbed ui
BUG=none
TEST=compile
Review URL: http://codereview.chromium.org/6696032
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78308 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
| |
Before this change the DCHECK in RecvFrom() may fail there is data in the
read buffer, and recvfrom() reads data instead of blocking.
BUG=None
TEST=None
Review URL: http://codereview.chromium.org/6693005
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78307 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
works correctly
in debug builds without firing any DCHECKs. Registered the proxy dictionary pref which tripped up
a recent change to add a system level URLRequestContext.
BUG=none
TEST=chrome frame net tests should run in debug builds without firing DCHECKs
Review URL: http://codereview.chromium.org/6697029
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78306 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
| |
(unrelated to my change) on the bots.
BUG=76283
TEST=none
TBR=tonyg@chromium.org
Review URL: http://codereview.chromium.org/6697040
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78304 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
| |
BUG=
TEST=
TBR=John Bates <jbates@chromium.org>
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78303 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
| |
TBR=John Bates <jbates@chromium.org>
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78302 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This CL adds experimental support for letting installed apps request isolated
storage in their manifest. An isolated app will have its own cookie store
that is not shared with other apps or normal pages, even if they share an
origin. The feature is currently behind a --enable-experimental-app-manifests
flag.
BUG=69335
TEST=ExtensionManifestTest.IsolatedApps
TEST=IsolatedAppApiTest.CookieIsolation*
Review URL: http://codereview.chromium.org/6201005
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78301 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This changelist is a lightweight version of issue 6551019, but with
the code change confined to the gpu subsystem.
The intent of this change is to enable forward progress on gpu tracing.
Work on the aformentioned issue, i.e. fusing gpu_trace_event and trace_event, will continue.
BUG=
TEST=
Review URL: http://codereview.chromium.org/6691013
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78300 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
Updated header comment with example. Changed EXPECT_EQs in unit test to ASSERT_EQs for safety.
BUG=None
TEST=Ran InMemoryURLIndexTest.StaticFunctions unit test.
Review URL: http://codereview.chromium.org/6670017
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78299 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=none
TEST=printing works after code change.
Review URL: http://codereview.chromium.org/6698035
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78298 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=76217
TEST=CanLaunchWithOSMesa in browser_tests, ui_tests
Review URL: http://codereview.chromium.org/6693033
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78297 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=75237
TEST=none
Review URL: http://codereview.chromium.org/6683036
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78294 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
| |
being destroyed.
BUG=76023
TEST=Re-enables interactive_ui_test that was failing.
Review URL: http://codereview.chromium.org/6686047
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78293 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=74806
TEST=See bug for full steps.
Review URL: http://codereview.chromium.org/6694035
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78291 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=none
TEST=compile
Review URL: http://codereview.chromium.org/6694041
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78290 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=76073
TEST=none; no visible change
Review URL: http://codereview.chromium.org/6693027
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78289 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
| |
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78288 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
| |
pages containing text fragments in another language.
BUG=76200
TEST=Visit a page that is mostly in English but contains some fragments in another language (ex: Google News, add a feed in another language). Right-click in the page, select 'Translate to English'. The non-English fragments should get translated.
Review URL: http://codereview.chromium.org/6683020
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78287 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=73309
TEST=visual
Review URL: http://codereview.chromium.org/6673052
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78284 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
BUG=75237
TEST=none
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=78134
Review URL: http://codereview.chromium.org/6625075
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78283 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
BUG=75596.
TEST=none
R=stuartmorgan@chromium.org
Review URL: http://codereview.chromium.org/6696028
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78282 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/6677058
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78281 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=none
TEST=original unittests.
Review URL: http://codereview.chromium.org/6695021
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78280 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
| |
Added new net::MapSystemError() that is now used in place of
MapWinsockError() and MapPosixError()
BUG=None
TEST=compiles
Review URL: http://codereview.chromium.org/6694032
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78279 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
preparation for moving the plugin directory to content.
TBR=avi
Review URL: http://codereview.chromium.org/6677053
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78278 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
BUG=76077
TEST=see bug
R=tonyg@chromium.org
Review URL: http://codereview.chromium.org/6677030
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78277 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
| |
HTTP LayoutTests to access the File APIs.
R=ericu@chromium.org,michaeln@chromium.org
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/6695030
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78276 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Use localString to use WebUI parameter.
I don't know exactly how, but seems like the wrong code was checked in
and time_to_wait parameter wasn't used property. This CL revert this change
to original code that uses LocalStrings.
Ignore iframe's navigation message in interstitial page
so it doesn't create insterstitial page twice.
BUG=chromium-os:12286
TEST=none
Review URL: http://codereview.chromium.org/6693010
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78275 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Local State rather than user preferences on linux. SSL
settings will apply to all profiles. This change impacts
SSL3, TLS1 and Cert revocation enabled check boxes.
BUG=67622
TEST=Options UI for security settings on all platforms.
R=wtc,mattm
Review URL: http://codereview.chromium.org/6646023
TBR=rtenneti@google.com
Review URL: http://codereview.chromium.org/6695033
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78274 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
| |
doesn't have to include a header from the former. Also tighten up DEPS checking so that we ensure that content\common doesn't depend on any other content directory.
Review URL: http://codereview.chromium.org/6695029
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78273 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Local State rather than user preferences on linux. SSL
settings will apply to all profiles. This change impacts
SSL3, TLS1 and Cert revocation enabled check boxes.
BUG=67622
TEST=Options UI for security settings on all platforms.
R=wtc,mattm
Review URL: http://codereview.chromium.org/6646023
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78272 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
to support
more than just PDF files.
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=78231
Review URL: http://codereview.chromium.org/6685014
Patch from abodenha1 <abodenha@chromium.org>.
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78271 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Remove a null SetUp method from PageCyclerExtensionTest
and remove redundant call to parent's SetUp method.
BUG=none
TEST=page cycler tests with a failing current build
should produce regular results for the reference build
since pages will be defined
Review URL: http://codereview.chromium.org/6698010
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78270 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
and by using an enum value not defined in the Linux cairo headers.
TEST=built on Linux
BUG=none
Review URL: http://codereview.chromium.org/6673051
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78269 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/6696029
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78268 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
| |
repro the break this time and confirm the fix.
Review URL: http://codereview.chromium.org/6697025
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78267 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
| |
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/6694005
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78266 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
| |
with the quick provider enabled the omnibox feels a bit sluggish and I
would like to quantify that. I'll update the xml file separately.
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/6679049
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78263 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
| |
Review URL: http://codereview.chromium.org/6673038
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78262 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=76073
TEST=none; no visible change
Review URL: http://codereview.chromium.org/6696027
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78261 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
While I'm at it, remove kNotSignedInID. This was added in 2007 (!)
and appears to be unused.
BUG=76112
Review URL: http://codereview.chromium.org/6695004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78260 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
| |
BUG=76112
Review URL: http://codereview.chromium.org/6693003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78259 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
Because they are only used in ChromeOS.
BUG=none.
TEST=Expect no change in build and behavior.
Review URL: http://codereview.chromium.org/6673046
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78258 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=76073
TEST=none; no visible change
Review URL: http://codereview.chromium.org/6677051
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78256 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
| |
BUG=76112
Review URL: http://codereview.chromium.org/6673026
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78255 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
| |
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78254 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
| |
Review URL: http://codereview.chromium.org/6694029
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78252 0039d316-1c4b-4281-b951-d872f2087c98
|