| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
| |
BUG=81610
TEST=Trybots
Review URL: http://codereview.chromium.org/7349016
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@92554 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
GSM or CDMA.
BUG=chromium-os-partner:4666
TEST=Test with the Y3300 and with the Gobi 2K in both CDMA and
GSM mode, and make sure that the UI displays the correct information
when in GSM mode, and not when in CDMA mode.
R=nkostylev@chromium.org,dpolukhin@chromium.org
Review URL: http://codereview.chromium.org/7356019
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@92553 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Setup hosting_widget_ before creating the View, because some of the steps
(e.g. SetBoundsRect) expect that there is a hosting widget.
* Unset capture_view_ when the captured view is destroyed.
BUG=none
TEST=run views-desktop, close a window, and there should be no crash.
Review URL: http://codereview.chromium.org/7358007
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@92552 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
| |
Add the ability to track lexer errors in the parser so that
we can push error counts to the IDLFileNode.
TEST= python idl_parser.py
R= sehr@google.com
Review URL: http://codereview.chromium.org/7342037
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@92551 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
Trivial changes to C headers for consistency with generated code
prior to throwing the switch.
TEST= tryserver
BUG= http://code.google.com/p/chromium/issues/detail?id=76271
Review URL: http://codereview.chromium.org/7360008
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@92550 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
For the gyp flag configuration_policy=0, use ifdefs in the places where
policy classes are referred to, rather than providing stubs that
implement parts of the policy classes. This is somewhat simpler and less
fragile. This reverts part of r87468 (where this flag was introduced)
but keeps other parts which are still valuable.
BUG=85534
Review URL: http://codereview.chromium.org/7343008
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@92549 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
A few basic cleanups, like removing the need for a 'BuildTree' step.
Moved the namespace work to the IDLNamespace object
Added tests for properties, text manipulations, etc...
Also added IDLVersion from which IDLNode is now derived.
IDLVersion helps support node versioning.
Broke out IDLAst from idl_node.py, to make dependencies cleaner.
So that IDLNamespace depends on IDLNode, and IDLAst depends on
IDLNamesapce. Same with version... IDLNamespace depends on
IDLVersion, so does IDLNode.
NOTE: IDLNamespace is in another CL
BUG= http://code.google.com/p/chromium/issues/detail?id=87684
TEST= python idl_node.py && python idl_version.py
Review URL: http://codereview.chromium.org/7289004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@92548 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
| |
Move "Zenkaku_Hankaku" to mozc.xml and xkb-layouts as well.
BUG=chromium-os:17383
TEST=try
Review URL: http://codereview.chromium.org/7330015
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@92547 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Split the property system into it's own file to
make testing and updating easier.
TEST= python idl_propertynode.py
BUG= http://code.google.com/p/chromium/issues/detail?id=74634
R= sehr@google.com
Review URL: http://codereview.chromium.org/7356008
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@92546 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
| |
TEST= none
BUG= none
Review URL: http://codereview.chromium.org/7365006
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@92545 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
TBR=nkostylev@chromium.org
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/7372004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@92544 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
The network stack has many different code paths. This CL uses the existing network unit tests to check which events are generated for the Web Request API.
BUG=86139
TEST=no
Review URL: http://codereview.chromium.org/7284008
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@92543 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=89095
TEST=VideoRendererBaseTest.GetCurrentFrame_AfterError, VideoRendererBaseTest.Error_DuringPaint, VideoRendererBaseTest.GetCurrentFrame_AfterStop
Review URL: http://codereview.chromium.org/7360005
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@92542 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Hidden behind the gyp flag webui_certificate_viewer, this dialog will replace the GTK certificate viewer as part of the nogtk effort. This CL only adds the new certificate viewer but does not use it unless compiled with webui_certificate_viewer=1.
This is the first stage, which adds the viewer and only shows the "General" certificate details (As shown in the General tab in the GTK viewer). The next steps are to show the detailed information, resolve some minor display and functionality issues on desktop builds and then make this the standard certificate viewer.
BUG=None
TEST=Manually viewed certificate details for several secure sites.
Review URL: http://codereview.chromium.org/7331016
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@92541 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This change addresses a comment on another code review*. Made a new issue as the existing code review is closed.
willchan 2011/06/21 13:55:15
> This code is wrong. The delegate can only be called on the delegate message
> loop. URLRequest can only be used on the IO message loop. The delegate message
> loop and the IO message loop are not always the same. Therefore, we have a race
> condition here.
*: http://codereview.chromium.org/6969067/diff/20001/chrome/common/net/url_fetcher.cc
BUG=None
TEST=URLFetcherTempFile*.*
Review URL: http://codereview.chromium.org/7211022
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@92540 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
BUG=52371
TEST=none
TBR=glider@chromium.org
Review URL: http://codereview.chromium.org/7366010
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@92539 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
| |
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@92538 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
| |
Review URL: http://codereview.chromium.org/7355026
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@92537 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
BUG=None
TEST=try some shortcuts, make sure it works as before.
R=evan@chromium.org
Review URL: http://codereview.chromium.org/7346041
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@92536 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
| |
Building without safe browsing doesn't work after r92438 as an ifdef was
missed and another was incorrect. Fixed.
R=mirandac@chromium.org
Review URL: http://codereview.chromium.org/7367003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@92535 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
Follow-up of http://codereview.chromium.org/7312004/
TBR=thakis
Review URL: http://codereview.chromium.org/7371004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@92534 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
BUG=89311
TEST=none
TBR=glider@chromium.org
Review URL: http://codereview.chromium.org/7371005
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@92533 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
BUG=89311
TEST=none
TBR=glider@chromium.org
Review URL: http://codereview.chromium.org/7370004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@92532 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
This will make debugging Chrome with WinDbg a little less painful.
BUG=none
TEST=everything compiles
Review URL: http://codereview.chromium.org/7329020
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@92531 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
BUG=88076
TEST=none
Review URL: http://codereview.chromium.org/7363007
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@92530 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
| |
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@92529 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
TBR=scheib
BUG=None
TEST=None
Review URL: http://codereview.chromium.org/7369005
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@92528 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=None
TEST=None
Review URL: http://codereview.chromium.org/7369002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@92527 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
BUG=89309
TEST=less redness
TBR=glider@chromium.org
Review URL: http://codereview.chromium.org/7365005
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@92526 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
BUG=75634
TEST=less redness
TBR=glider@chromium.org
Review URL: http://codereview.chromium.org/7370003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@92525 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
BUG=none
TEST=none
TBR=glider@chromium.org
Review URL: http://codereview.chromium.org/7370002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@92524 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
BUG=89304
TEST=less redness
TBR=glider@chromium.org
Review URL: http://codereview.chromium.org/7367004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@92523 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
BUG=89300
TEST=less redness
TBR=glider@chromium.org
Review URL: http://codereview.chromium.org/7368003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@92522 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The URLRequestContext is basically a collection of pointers to other data structures. This CL makes sure that these pointers are not easily modified after the construction of the URLRequestContext.
BUG=67597
TEST=no
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=92511
Review URL: http://codereview.chromium.org/7322010
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@92521 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
BUG=89297
TEST=less redness
TBR=glider@chromium.org
Review URL: http://codereview.chromium.org/7366007
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@92520 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
BUG=87396
TEST=less redness
TBR=glider@chromium.org
Review URL: http://codereview.chromium.org/7365004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@92519 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
BUG=83566
TEST=less redness
TBR=glider@chromium.org
Review URL: http://codereview.chromium.org/7371002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@92518 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
BUG=89295
TEST=less redness
TBR=glider@chromium.org
Review URL: http://codereview.chromium.org/7371001
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@92517 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
BUG=89141
TEST=none
TBR=glider@chromium.org
Review URL: http://codereview.chromium.org/7369004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@92516 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
| |
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@92515 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
TBR=scheib
BUG=None
TEST=None
Review URL: http://codereview.chromium.org/7369003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@92514 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=chromium-os:17371
TEST=tryserver
Review URL: http://codereview.chromium.org/7346010
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@92513 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The URLRequestContext is basically a collection of pointers to other data structures. This CL makes sure that these pointers are not easily modified after the construction of the URLRequestContext.
BUG=67597
TEST=no
Review URL: http://codereview.chromium.org/7322010
TBR=battre@chromium.org
Review URL: http://codereview.chromium.org/7366005
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@92512 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
The URLRequestContext is basically a collection of pointers to other data structures. This CL makes sure that these pointers are not easily modified after the construction of the URLRequestContext.
BUG=67597
TEST=no
Review URL: http://codereview.chromium.org/7322010
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@92511 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
BUG=chromium-os:17330
TEST=Manual. Go through OOBE, observe update in progress.
Review URL: http://codereview.chromium.org/7351018
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@92510 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
| |
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@92507 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
settings map via the observer interface about content settings changes. The host content settings map now the single source for sending out CONTENT_SETTINGS_CHANGED notification.
BUG=TODO
TEST=host_content_settings_map_unittest.cc,
content_settings_policy_provider_unittest.cc,
content_settings_pref_provider_unittest.cc,
Review URL: http://codereview.chromium.org/7344008
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@92505 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
| |
tests
BUG=86562,86550,88958,48664,28445
TEST=none
TBR=jam,akalin
Review URL: http://codereview.chromium.org/7365002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@92504 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
| |
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@92503 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
BUG=28445, 88958
TEST=none
TBR=jam
Review URL: http://codereview.chromium.org/7368001
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@92501 0039d316-1c4b-4281-b951-d872f2087c98
|