summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Removed MemAlloc and MemFree from PPB_Coremball@google.com2011-07-1415-79/+64
| | | | | | | | | 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
* Use the new Cellular.Family device property to determine whether a modem is ↵ers@chromium.org2011-07-143-8/+37
| | | | | | | | | | | | | | | 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
* views-desktop: Fix a couple of crashes.sadrul@chromium.org2011-07-142-4/+7
| | | | | | | | | | | | | * 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
* Trival lexer/parser changes for errorsnoelallen@google.com2011-07-142-3/+4
| | | | | | | | | | | | 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 ppapi/c headers changesnoelallen@google.com2011-07-145-13/+15
| | | | | | | | | | | 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
* Make policy removable using ifdefs instead of stubs.torne@chromium.org2011-07-1419-173/+95
| | | | | | | | | | | | | | 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
* IDLNode cleanup and use of new IDLNamespace objectnoelallen@google.com2011-07-143-171/+553
| | | | | | | | | | | | | | | | | | | | 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 "Hangul" to hangul.xml in app-i18n/ibus-hangul and xkb-layouts.xml.yusukes@chromium.org2011-07-141-2/+4
| | | | | | | | | | | | 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 property system into it's own file.noelallen@google.com2011-07-141-0/+196
| | | | | | | | | | | | | 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
* Update generators owners file.noelallen@google.com2011-07-141-0/+1
| | | | | | | | 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
* Fix typo in header file name.oshima@google.com2011-07-141-1/+1
| | | | | | | | | | 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
* Unit testing of event generation NetworkDelegate / Web Request APIbattre@chromium.org2011-07-145-163/+447
| | | | | | | | | | | 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
* Fix VideoRendererBase so it doesn't trigger a DCHECK during pipeline teardown.acolwell@chromium.org2011-07-143-20/+100
| | | | | | | | | 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
* Add WebUI certificate viewer to eventually replace GTK certificate viewer.flackr@chromium.org2011-07-1413-0/+586
| | | | | | | | | | | | | | 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
* Make sure all file writing opperations are done on the IO thread.skerner@chromium.org2011-07-142-66/+162
| | | | | | | | | | | | | | | | | | | | 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
* Update CoreOptionHandler suppressionjochen@chromium.org2011-07-141-2/+2
| | | | | | | | | | 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
* Update .DEPS.gitchrome-admin@google.com2011-07-141-3/+3
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@92538 0039d316-1c4b-4281-b951-d872f2087c98
* roll skiareed@google.com2011-07-141-1/+1
| | | | | | Review URL: http://codereview.chromium.org/7355026 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@92537 0039d316-1c4b-4281-b951-d872f2087c98
* gtk: Use std::make_pair in AcceleratorsGtk.tfarina@chromium.org2011-07-141-7/+5
| | | | | | | | | | | 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
* Make safe_browsing=0 build again.torne@chromium.org2011-07-142-1/+3
| | | | | | | | | | | | 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
* Fix comment about Mac policy localizationsgfeher@chromium.org2011-07-141-1/+1
| | | | | | | | | | 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
* Broaden the last suppressionjochen@chromium.org2011-07-141-5/+1
| | | | | | | | | | 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
* Suppress a leak in the http response headers parserjochen@chromium.org2011-07-141-0/+13
| | | | | | | | | | 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
* Disable ASLR for debug builds.siggi@chromium.org2011-07-141-0/+9
| | | | | | | | | | | 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
* gtk: Place bookmark bar before changing its stateasanka@chromium.org2011-07-141-2/+2
| | | | | | | | | | 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
* Update .DEPS.gitchrome-admin@google.com2011-07-141-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@92529 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit roll 90991:90996yurys@chromium.org2011-07-141-1/+1
| | | | | | | | | | 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
* DevTools: consistently use camel case for URL parameter namesyurys@chromium.org2011-07-141-1/+1
| | | | | | | | | 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
* Suppress leak in disk cache rankings codejochen@chromium.org2011-07-141-0/+17
| | | | | | | | | | 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
* Update suppressions after moving Value to base::jochen@chromium.org2011-07-141-4/+4
| | | | | | | | | | 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
* Cleanup suppressions: Add missing error typejochen@chromium.org2011-07-141-0/+1
| | | | | | | | | | 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
* Suppress leak in ClientSocketPoolBasejochen@chromium.org2011-07-141-0/+11
| | | | | | | | | | 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
* Suppress leak in RegisterURLRequestContextGetterjochen@chromium.org2011-07-141-0/+8
| | | | | | | | | | 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
* Make the URLRequestContext constantbattre@chromium.org2011-07-1418-35/+44
| | | | | | | | | | | | | 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
* Suppress leak in task posted from InFlightIOjochen@chromium.org2011-07-141-0/+10
| | | | | | | | | | 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
* Widen suppression for disk_cache leaksjochen@chromium.org2011-07-141-1/+1
| | | | | | | | | | 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
* Broaden suppression for bad invalid write in V8EntriesCallback::handleEventjochen@chromium.org2011-07-141-1/+0
| | | | | | | | | | 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
* Suppress data race in profile destructionjochen@chromium.org2011-07-141-0/+20
| | | | | | | | | | 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
* Remove too short TSAN stackjochen@chromium.org2011-07-141-7/+1
| | | | | | | | | | 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
* Update .DEPS.gitchrome-admin@google.com2011-07-141-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@92515 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit roll 90982:90991yurys@chromium.org2011-07-141-1/+1
| | | | | | | | | | 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
* Make consistent about "caps lock" vs. "capslock" with former.yoshiki@chromium.org2011-07-1415-78/+73
| | | | | | | | | 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
* Revert 92511 - Make the URLRequestContext constantbattre@chromium.org2011-07-1417-42/+33
| | | | | | | | | | | | | | 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
* Make the URLRequestContext constantbattre@chromium.org2011-07-1417-33/+42
| | | | | | | | | | | 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
* [cros] Show OOBE Web UI update screen.nkostylev@chromium.org2011-07-142-1/+22
| | | | | | | | | | 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
* Whitespace change to start builds.cmp@chromium.org2011-07-141-0/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@92507 0039d316-1c4b-4281-b951-d872f2087c98
* Add a content_settings::Observer and make providers notify the host content ↵markusheintz@chromium.org2011-07-1417-155/+255
| | | | | | | | | | | | | 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
* Fix a few places using OS_MAC instead of OS_MACOSX to disable flaky/failing ↵rsleevi@chromium.org2011-07-143-4/+4
| | | | | | | | | | | | 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
* Updating trunk VERSION from 822.0 to 823.0chrome-release@google.com2011-07-141-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@92503 0039d316-1c4b-4281-b951-d872f2087c98
* Disable WorkerTest.LimitTotal on Macrsleevi@chromium.org2011-07-141-1/+4
| | | | | | | | | | 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