| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
| |
This CL was created automatically by this clang rewriter: http://codereview.appspot.com/2776043/ . I manually fixed a few rough spots of the rewriter output (doh1-3) and fixed all presubmit errors.
BUG=28083
TEST=None
Review URL: http://codereview.chromium.org/4192012
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64573 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
(Note: This was a TODO for jhawkins).
BUG=None
TEST=trybots
Review URL: http://codereview.chromium.org/4168010
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64572 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
(Note: This is a TODO in string_util.h)
BUG=None
TEST=trybots
Review URL: http://codereview.chromium.org/4111011
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64567 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
| |
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64562 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
BUG=chromium-os:8440
TEST=Create new user, take photo...ensure that chrome didn't crash
either by checking the pids or looking at /var/log/session_manager.
Review URL: http://codereview.chromium.org/4164013
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64556 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
field types in debug builds (Including the search
field on net-internals).
In addition to "text" input fields, "Search", "color",
"number", date/time, and who knows what other input
types all use text fields.
BUG=61261
TEST=manual
Review URL: http://codereview.chromium.org/4187010
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64548 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- DontSwapProcessWithOnlyRelNoreferrer
- DontSwapProcessWithOnlyTargetBlank
- SwapProcessWithRelNoreferrerAndTargetBlank
They were disabled because of hangs, but at the same time
we had an issue with TestServer than now got fixed.
TBR=creis
BUG=60077, 60078, 60079, 60082
TEST=browser_tests
Review URL: http://codereview.chromium.org/4197012
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64546 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
| |
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64542 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
LoadLocalaccount can be called asynchronously in AuthenticateToUnlock.
Doing a CheckOffline() will fail over to a localaccount check anyway,
and it will appropriately ensure that the localaccount file has been
loaded before trying to check. This means that AuthenticateToUnlock
can be called on the UI thread, as it should be.
BUG=chromium-os:8271
TEST=unit tests, browser tests, install on device and try to lock/unlock with real account and localaccount
Review URL: http://codereview.chromium.org/4106008
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64538 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=59030
TEST=trybots
Review URL: http://codereview.chromium.org/4143012
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64537 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* cleaned up code that are no longer in use.
BUG=chromium-os:5763
TEST=maual. pressing shutdown button on login/locker will shutdown the system.
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=64272
Review URL: http://codereview.chromium.org/4054001
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64531 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
the private Pepper API).
BUG=61142
Review URL: http://codereview.chromium.org/4158013
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64528 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
(Note: This was a TODO for hclam).
BUG=None
TEST=trybots
Review URL: http://codereview.chromium.org/4113006
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64526 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
return the level as the value attribute. Recognize lists. Return the correct checked state. Generate children lazily.
BUG=55661
TEST=manually with VoiceOver. Passing BrowserAccessibilityTest.* (unit_test).
Review URL: http://codereview.chromium.org/4192003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64522 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
don't have user data
for a UrlRequest. ChromeFrame is not interested in these requests anyway.
Fixes bug http://code.google.com/p/chromium/issues/detail?id=58694
Bug=58694
Review URL: http://codereview.chromium.org/4133006
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64519 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Make ExtensionsService hold const Extension pointers only. This ensures that
extensions can't be modified after they're created, and lets us share them
between threads.
BUG=56558
TEST=no functional change
Review URL: http://codereview.chromium.org/4138006
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64517 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=60110
TEST=manual
Review URL: http://codereview.chromium.org/4223003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64516 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
from last review.
BUG=none
TEST=ran unit test.
Review URL: http://codereview.chromium.org/3848001
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64512 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
client.
BUG=none
TEST=webdriver_remote_tests.py
Review URL: http://codereview.chromium.org/3618018
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64511 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=61255
TEST=None
Review URL: http://codereview.chromium.org/4120011
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64510 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
TEST=none
BUG=none
Review URL: http://codereview.chromium.org/4119019
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64507 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
TEST=none
BUG=none
TBR=chocobo
Review URL: http://codereview.chromium.org/4158012
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64504 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
| |
BUG=61258
Review URL: http://codereview.chromium.org/4220006
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64503 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
TEST=none
BUG=chromium-os:7619
TBR=chocobo
Review URL: http://codereview.chromium.org/4184011
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64501 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=61013
TEST=none
Review URL: http://codereview.chromium.org/4089013
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64499 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
-- Added support for detection of the browse's locale;
TODO: need to localize end user messages.
-- Fixed a script tag leak in case the user is off-line
and made reconnecting more reliable.
-- Added support for focusing individual chat widget,
when one selects contact in the chat manager. Needs
additional support from the supermoles (separate check-in).
Patch by ivaylobakalov@chromium.org:
http://codereview.chromium.org/4186010/show
BUG=chromium-os:3846
TEST=See http://code.google.com/p/chromium-os/issues/detail?id=3846 [PROCEDURE]
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64497 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
was reverted because of a Valgrind leak. Fixed the memory leak in the unit-test.
BUG=None.
TEST=Unit-tests, Valgrind bots.
Review URL: http://codereview.chromium.org/4165013
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64496 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This adds Ctrl-/ and Ctrl-Shift-/ (Ctrl-?) accelerators for
the help command in Views GTK, updates the help URL for
Chrome OS, and makes us print "/" explicitly in accelerator
descriptions instead of "slash" (the string we get from GDK).
BUG=chromium-os:7835
TEST=built and ran it
Review URL: http://codereview.chromium.org/4156004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64495 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
| |
BUG=56747
Review URL: http://codereview.chromium.org/4161008
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64494 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
These files should be part of http://codereview.chromium.org/4123001/,
but were missed during the original patch.
Contributed by Jianxia Ning <jning@google.com>.
BUG=none
TEST=none
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64493 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/4105007
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64491 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
| |
functions.
Review URL: http://codereview.chromium.org/4148012
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64490 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Adds a new "toggle" sprite to the documentation images.
* Adds CSS classes for the toggles.
* Includes "sidebar.js" for documentation pages which implements the toggles in JavaScript.
BUG=49239
TEST=None
Review URL: http://codereview.chromium.org/4005003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64488 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
It's not a necessary test and it consistently fails due to timing issues on the bots.
BUG=60026
TEST=None.
Review URL: http://codereview.chromium.org/4113005
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64486 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
As usual, we'd ideally like to obey the system application font size, but the rest of the UI doesn't scale so it looks bad.
BUG=61132
TEST=manual
Review URL: http://codereview.chromium.org/4110007
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64482 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=chromium-os:7619
TEST=none
Review URL: http://codereview.chromium.org/4110009
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64481 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/4140010
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64479 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=61135
TEST=none
Review URL: http://codereview.chromium.org/4213005
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64478 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Turn on use_cups for the Mac, add in the required library, and tweak the code
to get it linking. There is still more work to do; this is just a gyp-oriented
change to get things started.
BUG=none
TEST=All targets still build on all platforms.
Review URL: http://codereview.chromium.org/4167006
TBR=scottbyer@chromium.org
Review URL: http://codereview.chromium.org/4136011
TBR=scottbyer@google.com
Review URL: http://codereview.chromium.org/4137013
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64477 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
| |
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/4133009
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64476 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
BUG=19991
BUG=chromium-os:7946
TEST=delete button should be disabled on built-in certs, and enabled on user-imported certs
Review URL: http://codereview.chromium.org/4130002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64473 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=57107
TEST=FormStructure.LabelsInferredFromTableEmptyTDs
Review URL: http://codereview.chromium.org/4146014
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64470 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This is the 3rd in a 4-sided patch to add language attribute support to speech input.
The other patches can be found here:
1st - http://codereview.chromium.org/3615005/show
2nd - https://bugs.webkit.org/show_bug.cgi?id=47089
4th - https://bugs.webkit.org/show_bug.cgi?id=47420
This patch will be submitted once the webkit change has been rolled into chromium DEPS. Also, a last webkit cleanup patch will be submitted at any point after the 2nd patch.
BUG=53598
TEST=
Review URL: http://codereview.chromium.org/3595018
TBR=leandrogracia@chromium.org
Review URL: http://codereview.chromium.org/4163005
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64469 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
| |
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/4119018
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64467 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This is the 3rd in a 4-sided patch to add language attribute support to speech input.
The other patches can be found here:
1st - http://codereview.chromium.org/3615005/show
2nd - https://bugs.webkit.org/show_bug.cgi?id=47089
4th - https://bugs.webkit.org/show_bug.cgi?id=47420
This patch will be submitted once the webkit change has been rolled into chromium DEPS. Also, a last webkit cleanup patch will be submitted at any point after the 2nd patch.
BUG=53598
TEST=
Review URL: http://codereview.chromium.org/3595018
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64466 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=49738
TEST=as in bug
Review URL: http://codereview.chromium.org/3153039
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64465 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
Provides GUID-based APIs for Add, Update, Remove for both Autofill credit cards and profiles. New Autofill change notifications for these GUID-based APIs.
BUG=58813
TEST=WebDataServiceAutofillTest.*
Review URL: http://codereview.chromium.org/4102012
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64464 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
no security.
BUG=chromium-os:8193
TEST=manual
Review URL: http://codereview.chromium.org/4142012
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64461 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
| |
BUG=chromium-os:8135
TEST=manual
Review URL: http://codereview.chromium.org/4219002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64460 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Turn on use_cups for the Mac, add in the required library, and tweak the code
to get it linking. There is still more work to do; this is just a gyp-oriented
change to get things started.
BUG=none
TEST=All targets still build on all platforms.
Review URL: http://codereview.chromium.org/4167006
TBR=scottbyer@chromium.org
Review URL: http://codereview.chromium.org/4136011
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64454 0039d316-1c4b-4281-b951-d872f2087c98
|