summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Add content/public/browser/resource_dispatcher_host.hdarin@chromium.org2012-03-1286-882/+948
| | | | | | | | R=jam@chromium.org TBR=willchan@chromium.org,mirandac@chromium.org,ben@chromium.org Review URL: https://chromiumcodereview.appspot.com/9648020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126089 0039d316-1c4b-4281-b951-d872f2087c98
* Fix licensing information for breakpad/steveblock@chromium.org2012-03-122-1/+59
| | | | | | | | | | | | | | | | | | | | | | | | This change adds the required fields to README.chromium and adds a license file. The license file contains the license for both breakpad and libcurl (included by breakpad as a third-party directory) ... - breakpad - Taken from upstream COPYING at r255. See http://code.google.com/p/google-breakpad/source/browse/trunk/COPYING?r=255. Note that this file isn't pulled into Chromium via DEPS as we don't pull the entire breakpad repository. - libcurl - Taken from upstream src/third_party/curl/COPYING at r932. See http://code.google.com/p/google-breakpad/source/browse/trunk/src/third_party/curl/COPYING?r=932. Note that this file isn't currently in Chromium as we're synced to r922 via DEPS. breakpad/ is currently skipped by tools/licenses.py. This exception can't easily be removed because breakpad/ contains a subdirectory named third_party which causes the tool to barf. Review URL: http://codereview.chromium.org/9630015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126088 0039d316-1c4b-4281-b951-d872f2087c98
* Add a LICENSE file for third_party/khronossteveblock@chromium.org2012-03-121-0/+48
| | | | | | | | | | | Note that this directory uses two different licenses, as described in README.chromium. This fixes 'tools/licenses.py scan' for this directory. Review URL: http://codereview.chromium.org/9632023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126087 0039d316-1c4b-4281-b951-d872f2087c98
* Move LoadNotificationDetails to content/public/browser and put it in the ↵tfarina@chromium.org2012-03-119-81/+70
| | | | | | | | | | | content namespace. BUG=98716 R=jam@chromium.org Review URL: https://chromiumcodereview.appspot.com/9662036 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126086 0039d316-1c4b-4281-b951-d872f2087c98
* Update .DEPS.gitchrome-admin@google.com2012-03-111-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126085 0039d316-1c4b-4281-b951-d872f2087c98
* Move creation and ownership of BrowserOnlineStateObserver to content.jam@chromium.org2012-03-117-11/+6
| | | | | | | | BUG=98716 TBR=joi Review URL: https://chromiumcodereview.appspot.com/9662048 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126084 0039d316-1c4b-4281-b951-d872f2087c98
* Move DownloadPersistentStoreInfo to content\public\browser and into the ↵jam@chromium.org2012-03-1123-48/+65
| | | | | | | | | | content namespace. BUG=98716 TBR=joi Review URL: https://chromiumcodereview.appspot.com/9666042 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126083 0039d316-1c4b-4281-b951-d872f2087c98
* roll yasm 124750:126079thakis@chromium.org2012-03-112-1/+3
| | | | | | | | | | | | | | Shanges: r126065: Merge an upstream warning fix to print "warning: section flags ignored on section redeclaration" less often on mac. r126079: Change a "//" comment introduced in r126065 to "/**/" BUG=none TEST=none TBR=fischman Review URL: http://codereview.chromium.org/9665047 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126082 0039d316-1c4b-4281-b951-d872f2087c98
* views: Nuke is_mouse_gesture parameter from ↵tfarina@chromium.org2012-03-1123-85/+56
| | | | | | | | | | | ContextMenuController::ShowContextMenuForView(). BUG=117092 R=sky@chromium.org Review URL: https://chromiumcodereview.appspot.com/9665008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126081 0039d316-1c4b-4281-b951-d872f2087c98
* [File Manager] Use content url for playing media files from a gdata directorykaznacheev@chromium.org2012-03-115-114/+178
| | | | | | | | | | BUG=chromium-os:27450 TEST= Review URL: http://codereview.chromium.org/9664045 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126080 0039d316-1c4b-4281-b951-d872f2087c98
* [File Manager] String localization fixes.kaznacheev@chromium.org2012-03-112-10/+24
| | | | | | | | | | BUG=chromium-os:27595 TEST= Review URL: http://codereview.chromium.org/9664046 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126078 0039d316-1c4b-4281-b951-d872f2087c98
* Create video and audio decoder threads on demand.tommi@chromium.org2012-03-1112-18/+82
| | | | | | | | | | | | | Instead of creating these worker threads when the decoder objects are instantiated, we now do it when Initialize is called. Doing this avoids spinning a video decoder thread for an audio tag. BUG=114699,116873 TEST=Thread count in the renderer process goes up by 3 and not 4 when an audio element is created. Review URL: https://chromiumcodereview.appspot.com/9632024 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126077 0039d316-1c4b-4281-b951-d872f2087c98
* Make the <Esc> key not just close an overlay, but also notify it.sreeram@chromium.org2012-03-114-18/+41
| | | | | | | | | | BUG=109423 TEST=See bug. Review URL: http://codereview.chromium.org/9648021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126076 0039d316-1c4b-4281-b951-d872f2087c98
* FileBrowser: Fixed ui bugs - left panel max root name length, thumbnail pane ↵zvorygin@chromium.org2012-03-112-2/+6
| | | | | | | | | | | checkbox. BUG= TEST=Left pane should look same for long and short items. Thumbnail pane should contain checkboxes and item names should be visible. Review URL: http://codereview.chromium.org/9667035 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126075 0039d316-1c4b-4281-b951-d872f2087c98
* ui/gfx: Get rid of CanvasSkia::AsCanvasSkia() function.tfarina@chromium.org2012-03-1110-38/+21
| | | | | | | | | | BUG=116572 R=asvitkine@chromium.org TBR=sky@chromium.org Review URL: https://chromiumcodereview.appspot.com/9662034 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126074 0039d316-1c4b-4281-b951-d872f2087c98
* Updating trunk VERSION from 1066.0 to 1067.0chrome-release@google.com2012-03-111-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126071 0039d316-1c4b-4281-b951-d872f2087c98
* Adds new flag "--nacl-gdb". If this flag is set, NaCl loaders will be ↵halyavin@google.com2012-03-117-15/+114
| | | | | | | | | | | launched under nacl-gdb on Windows. BUG= 117010 TEST= none Review URL: http://codereview.chromium.org/9585007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126069 0039d316-1c4b-4281-b951-d872f2087c98
* Added test for disallowed tcp server socket API.ygorshenin@chromium.org2012-03-114-0/+119
| | | | | | | | | BUG= TEST=PPAPINaClTestDisallowedSockets.TCPServerSocketPrivateDisallowed Review URL: http://codereview.chromium.org/9491007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126068 0039d316-1c4b-4281-b951-d872f2087c98
* Return initially focused views for network config dialogs.nkostylev@chromium.org2012-03-116-23/+49
| | | | | | | | | | | | We need InitFocus() method as it is called when switching from normal dialog to advanced dialog. In that case dialog stays active but one view is removed, another created. BUG=chromium:117057 TEST=Manual Review URL: http://codereview.chromium.org/9623002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126067 0039d316-1c4b-4281-b951-d872f2087c98
* Remove unneeded comment in prerender_browsertest.cc.cbentzel@chromium.org2012-03-111-1/+0
| | | | | | Review URL: http://codereview.chromium.org/9663007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126066 0039d316-1c4b-4281-b951-d872f2087c98
* Renable NaClPPAPITest.PostMessage_SendingArrayBuffer with the fix in ↵jam@chromium.org2012-03-112-6/+5
| | | | | | | | testing_instance to discared the "SLOW_" prefix. Review URL: https://chromiumcodereview.appspot.com/9665046 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126064 0039d316-1c4b-4281-b951-d872f2087c98
* Really disable on only windowsjam@chromium.org2012-03-111-1/+3
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126063 0039d316-1c4b-4281-b951-d872f2087c98
* disable test for nowjam@chromium.org2012-03-111-0/+2
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126062 0039d316-1c4b-4281-b951-d872f2087c98
* Fix misuses of string::data() from file_browser_private_api.ccsatorux@chromium.org2012-03-111-8/+9
| | | | | | | | | | | | | | | These weren't causing real problems, but just looked scary. Replace data() with c_str() in places where char* is expected. Drop data() in places where string is expected. BUG=none TEST=none Review URL: http://codereview.chromium.org/9664036 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126061 0039d316-1c4b-4281-b951-d872f2087c98
* Set a longer timeout for NaClPPAPITest.PostMessage_SendingArrayBuffer. It's ↵jam@chromium.org2012-03-111-1/+1
| | | | | | | | | timing out on XP bots because now the timeout on the PPAPI tests is the default 45s for all browser_tests. On my fast machine this takes 20s, so it's no surprise that it sometimes flakes on XP vm's if the limit is 45s. TBR=brettw Review URL: https://chromiumcodereview.appspot.com/9662040 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126060 0039d316-1c4b-4281-b951-d872f2087c98
* NaCl: Fix shutting down the NaCl broker processmseaborn@chromium.org2012-03-112-10/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Remove a duplicated call to NaClBrokerService's OnLoaderDied() that was introduced by a bad merge/rebase in r112876. Because NaClBrokerService just keeps a simple count of the number of running processes, the second call to OnLoaderDied() tends to make the count go below zero. This meant that the broker process could get shut down prematurely (if you start two NaCl processes and shut down one), or it would hang around when it was not needed (if you start a NaCl process and shut it down, then do that again). While we're changing this: * Combine the code with an existing #if. * Only call OnLoaderDied() on 64-bit Windows, since that's the only case where the broker process is used. BUG=115392 TEST=manually tested by running NaCl and looking at the task manager (also by adding printfs to show loaders_running_) Review URL: https://chromiumcodereview.appspot.com/9632003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126059 0039d316-1c4b-4281-b951-d872f2087c98
* [net/dns] Initialize res_state in DnsConfigServicePosix.szym@chromium.org2012-03-111-6/+8
| | | | | | | | | | | | | | | If there is no domain or search in /etc/resolv.conf res_ninit() will return 0 ("no error") and set RES_INIT but it will not reset res.dnsearch. Adding a memset to prevent non-UTF8 garbled domain suffixes from crashing the NetLog. BUG=115506 TEST=chrome --enable-async-dns # on Linux, and restart network Review URL: http://codereview.chromium.org/9663048 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126058 0039d316-1c4b-4281-b951-d872f2087c98
* Try enabling NaClPPAPITest.PostMessage_SendingArrayBuffer again.jam@chromium.org2012-03-111-2/+0
| | | | | | | TBR=brettw Review URL: https://chromiumcodereview.appspot.com/9664041 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126057 0039d316-1c4b-4281-b951-d872f2087c98
* Update cros.DEPSkeybuk@chromium.org2012-03-111-1/+1
| | | | | | | | | | | | | | | Pull the latest system_api which contains the definition for bluetooth_agent::kDisplayPinCode. BUG=chromium-os:27101 TEST=emerge chromeos-chrome Change-Id: I260d456ad8feb387d09dae5df38210ff44bd6e26 Review URL: http://codereview.chromium.org/9663014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126056 0039d316-1c4b-4281-b951-d872f2087c98
* Convert uses of int ms to TimeDelta in dbus.tedvessenes@gmail.com2012-03-115-11/+12
| | | | | | | | | | R=satorux@chromium.org BUG=108171 Review URL: http://codereview.chromium.org/9582044 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126055 0039d316-1c4b-4281-b951-d872f2087c98
* Split out Bluetooth PIN Codes and Passkeys.keybuk@chromium.org2012-03-115-19/+104
| | | | | | | | | | | | | | | | | | | | | | | PIN Codes are arbitrary strings of bytes, of arbitrary length up to a limit of 16 characters whereas Passkeys are numerics in the range 000000-999999. Passkeys also support typing notification from remote devices while being entered, whereas PIN Codes don't. It makes sense to split these out for request purposes so we can perform input validation and restriction, and for display purposes because of the style differences. BUG=chromium-os:21320 TEST=called options.BrowserOptions.addBluetoothDevice from console Change-Id: Ib3591dddacbf0f9bdc19f65c83c5bf7d33935fd2 Review URL: http://codereview.chromium.org/9662018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126054 0039d316-1c4b-4281-b951-d872f2087c98
* dbus: fix base class of ErrorResponsekeybuk@chromium.org2012-03-112-3/+4
| | | | | | | | | | | | | | | dbus::ErrorResponse needs to be a subclass of dbus::Response otherwise you can't pass it to a dbus::ExportedObject::ResponseSender. BUG=none TEST=my code now compiles Change-Id: I1efba7c2cd9aaed937cac75133ab6b695aeac63b Review URL: http://codereview.chromium.org/9675002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126053 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 126047 - Tests for toggle button markupisherman@chromium.org2012-03-111-122/+6
| | | | | | | | | | | | | BUG=98979 TEST=This is the test Review URL: http://codereview.chromium.org/9652029 TBR=aaronlevbugs@gmail.com Review URL: https://chromiumcodereview.appspot.com/9667031 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126052 0039d316-1c4b-4281-b951-d872f2087c98
* Consolidate downloads-related methods in GDataDownloadObserver.achuith@chromium.org2012-03-107-71/+75
| | | | | | | | | | | Move Set/GetGDataPath from gdata::util to GDataDownloadObserver. Move UploadFileInfo::Init(DownloadItem*) to GDataDownloadObserver. BUG=chromium-os:23516 TEST=compiles. Review URL: https://chromiumcodereview.appspot.com/9657028 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126051 0039d316-1c4b-4281-b951-d872f2087c98
* Update .DEPS.gitchrome-admin@google.com2012-03-101-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126050 0039d316-1c4b-4281-b951-d872f2087c98
* Roll WebKit DEPS: 110351 => 110378abarth@chromium.org2012-03-101-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126049 0039d316-1c4b-4281-b951-d872f2087c98
* Don't dereference the callback_ pointer in OnStateChanged if the device has ↵tommi@chromium.org2012-03-102-5/+11
| | | | | | | | | | | | | | been shut down. The reason is that the callback object might have been deleted. BUG=117335 TEST=See repro steps in bug report. TBR=xians Review URL: https://chromiumcodereview.appspot.com/9665039 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126048 0039d316-1c4b-4281-b951-d872f2087c98
* Tests for toggle button markupaaronlevbugs@gmail.com2012-03-101-6/+122
| | | | | | | | | | BUG=98979 TEST=This is the test Review URL: http://codereview.chromium.org/9652029 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126047 0039d316-1c4b-4281-b951-d872f2087c98
* Renable all the disabled PPAPI tests on Windows. The problem was an off-by-1 ↵jam@chromium.org2012-03-102-29/+7
| | | | | | | | | | | | check in the RegisterApplicationRestart length check. The ppapi tests trigger this because they add a bunch of stuff to the command line. It was only happening on Windows 7 bots because apparently the maximum value went down from 2048 to 1024 in Windows 7. BUG=117673 TBR=brettw Review URL: https://chromiumcodereview.appspot.com/9666034 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126046 0039d316-1c4b-4281-b951-d872f2087c98
* Fix Windows builds.jam@chromium.org2012-03-101-1/+1
| | | | | | | TBR=tfarina Review URL: https://chromiumcodereview.appspot.com/9667030 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126045 0039d316-1c4b-4281-b951-d872f2087c98
* Fix new leak in LauncherButtondavemoore@chromium.org2012-03-101-0/+2
| | | | | | | | | | | | Fixes http://build.chromium.org/p/chromium.memory.fyi/builders/Chromium%20OS%20UI%20%28valgrind%29%288%29/builds/1350/steps/memory%20test%3A%20unit/logs/A101C11CC97B99B5 BUG=None TEST=None TBR=sky Review URL: https://chromiumcodereview.appspot.com/9663041 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126044 0039d316-1c4b-4281-b951-d872f2087c98
* Exclude WebsiteSettingsModelTest.* from DrMemory.rnk@chromium.org2012-03-101-5/+4
| | | | | | | | | | | | | We're sharding unit_tests 6 ways, and it hits a DCHECK on some shards, as well as when run in isolation. TBR=markusheintz@chromium.org BUG=117679 TEST= Review URL: https://chromiumcodereview.appspot.com/9667029 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126041 0039d316-1c4b-4281-b951-d872f2087c98
* ui/gfx: Add unittests for ConvertAcceleratorsFromWindowsStyle() function.tfarina@chromium.org2012-03-102-0/+32
| | | | | | | | | TEST=ui_unittests --gtest_filter=LinuxUtilTest* R=sky@chromium.org Review URL: https://chromiumcodereview.appspot.com/9652008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126040 0039d316-1c4b-4281-b951-d872f2087c98
* Look before blindly downcasting WebGraphicsContext3D to ↵fischman@chromium.org2012-03-102-2/+13
| | | | | | | | | | | WebGraphicsContext3DCommandBufferImpl. BUG=112108 Review URL: http://codereview.chromium.org/9666030 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126039 0039d316-1c4b-4281-b951-d872f2087c98
* Print useful information when RegisterApplicationRestart fails.jam@chromium.org2012-03-101-1/+4
| | | | | | | TBR=brettw Review URL: https://chromiumcodereview.appspot.com/9664039 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126038 0039d316-1c4b-4281-b951-d872f2087c98
* Disable one more testjam@chromium.org2012-03-101-0/+3
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126035 0039d316-1c4b-4281-b951-d872f2087c98
* Disable a few morejam@chromium.org2012-03-101-0/+6
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126034 0039d316-1c4b-4281-b951-d872f2087c98
* Disable a few PPAPI tests on Windows since they started failing after PPPAPI ↵jam@chromium.org2012-03-101-0/+15
| | | | | | | | | | tests moved to Windows while I investigate. BUG=115286 TBR=brettw Review URL: https://chromiumcodereview.appspot.com/9669027 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126033 0039d316-1c4b-4281-b951-d872f2087c98
* Test assets for http://codereview.chromium.org/9618023stevenjb@chromium.org2012-03-106-0/+26
| | | | | | | | | | | | Just the test assets so that trybots can run for 9618023 BUG=110143 TEST=none Review URL: http://codereview.chromium.org/9662023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126032 0039d316-1c4b-4281-b951-d872f2087c98
* Visual representation for pinning files.serya@google.com2012-03-103-2/+28
| | | | | | | | | BUG=chromium-os:27135 TEST=Currentlly pinnig doesn't work yet. Set 'checked' property to true in the DevTools. Review URL: https://chromiumcodereview.appspot.com/9630016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126031 0039d316-1c4b-4281-b951-d872f2087c98