- 22 May, 2012 40 commits
-
-
vitalybuka@chromium.org authored
Connects to Google servers to get authentication tokens. BUG=125026 TEST=service_state_unittest.cc Review URL: https://chromiumcodereview.appspot.com/10414020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138294 0039d316-1c4b-4281-b951-d872f2087c98
-
sky@chromium.org authored
crash. BUG=128260 TEST=none R=oshima@chromium.org Review URL: https://chromiumcodereview.appspot.com/10407044 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138293 0039d316-1c4b-4281-b951-d872f2087c98
-
erg@google.com authored
TBR=wtc, vollick Review URL: https://chromiumcodereview.appspot.com/10417035 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138292 0039d316-1c4b-4281-b951-d872f2087c98
-
erg@google.com authored
This should solve the pyauto compile error because MessagePumpX is actually an aura component, not a general x11 component. Instead of being a Singleton, X11AtomCache should tie its lifetime to an aura::Env, which are reset in the unit tests whenever an X server is switched out. BUG=128584, 129075 TEST=none Review URL: https://chromiumcodereview.appspot.com/10416020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138290 0039d316-1c4b-4281-b951-d872f2087c98
-
dyu@chromium.org authored
TEST=Tested on chromium bots and passed. BUG=none NOTRY=true Review URL: https://chromiumcodereview.appspot.com/10383241 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138289 0039d316-1c4b-4281-b951-d872f2087c98
-
stevenjb@google.com authored
BUG=chromium-os:27181 TEST=Forget a network on a chromeos device; confirm that network is forgotten after reloading UI and after restart. TBR=jhawkins for options2 owner Review URL: https://chromiumcodereview.appspot.com/10392185 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138288 0039d316-1c4b-4281-b951-d872f2087c98
-
pkotwicz@chromium.org authored
Bug=124566 Test=Manual Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=137684 Review URL: https://chromiumcodereview.appspot.com/10389109 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138287 0039d316-1c4b-4281-b951-d872f2087c98
-
groby@chromium.org authored
NtQueryObject returns, and NT_SUCCESS expects, NTSTATUS (a LONG variable). NT_SUCCESS checks for >=0, so CHECK statements as they are will never fire. CID=104038 BUG=none TEST=none Review URL: https://chromiumcodereview.appspot.com/10407084 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138286 0039d316-1c4b-4281-b951-d872f2087c98
-
tfarina@chromium.org authored
BUG=125846 R=ben@chromium.org TBR=abodenha@chromium.org Review URL: https://chromiumcodereview.appspot.com/10387234 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138285 0039d316-1c4b-4281-b951-d872f2087c98
-
jam@chromium.org authored
BUG=98716 Review URL: https://chromiumcodereview.appspot.com/10421003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138284 0039d316-1c4b-4281-b951-d872f2087c98
-
groby@chromium.org authored
BUG=128880 TEST=Try to repro the bug (with an empty profile), see it doesn't happen. Review URL: https://chromiumcodereview.appspot.com/10413044 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138283 0039d316-1c4b-4281-b951-d872f2087c98
-
mukai@chromium.org authored
According to crbug.com/128644 - the mute icon should be in the tray if volume is 0% - volume slider point has to be 0.0 when muted BUG=128644 TEST=manually Review URL: https://chromiumcodereview.appspot.com/10408036 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138282 0039d316-1c4b-4281-b951-d872f2087c98
-
keybuk@google.com authored
Adds Bluetooth error constants BUG=chromium-os:27902 TEST=make chrome Change-Id: I5286cdac0fc325462e2a68e104e01161b8b68b5e Review URL: https://chromiumcodereview.appspot.com/10399115 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138281 0039d316-1c4b-4281-b951-d872f2087c98
-
nona@chromium.org authored
- Adds int32 and bool I/O into IBusObjectReader/Writer. - Adds AppendIBusText and PopIBusText into IBusObjectReader/Writer - Adds AppendStringAsIBusText and PopStringFromIBusText as utility function, because we frequently uses IBusText as a plain text in Chrome. BUG=None TEST=chromeos_unittests Review URL: https://chromiumcodereview.appspot.com/10384141 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138280 0039d316-1c4b-4281-b951-d872f2087c98
-
zmo@google.com authored
BUG= TEST=gpu bots TBR=jbauman Review URL: https://chromiumcodereview.appspot.com/10407096 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138279 0039d316-1c4b-4281-b951-d872f2087c98
-
mukai@chromium.org authored
Based on the description of crbug.com/128644: - volume up from muted should be normal up (4%), not 25% - but if the volume up happens after the mute button, it should go back to the original volume BUG=128644 TEST=browser_test passed, manually checked on lumpy Review URL: https://chromiumcodereview.appspot.com/10411028 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138278 0039d316-1c4b-4281-b951-d872f2087c98
-
zmo@google.com authored
BUG= TEST=gpu bots TBR=jbauman Review URL: https://chromiumcodereview.appspot.com/10332294 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138277 0039d316-1c4b-4281-b951-d872f2087c98
-
simonmorris@chromium.org authored
BUG=126491 Review URL: https://chromiumcodereview.appspot.com/10409017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138275 0039d316-1c4b-4281-b951-d872f2087c98
-
scottmg@chromium.org authored
..\..\third_party\tcmalloc\chromium\src\windows\port.cc(38) : warning C4005: 'NOMINMAX' : macro redefinition command-line arguments : see previous definition of 'NOMINMAX' R=jar@chromium.org BUG=126483 NOTRY=true Review URL: https://chromiumcodereview.appspot.com/10413034 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138274 0039d316-1c4b-4281-b951-d872f2087c98
-
erg@google.com authored
BUG=125106 TEST=none Review URL: https://chromiumcodereview.appspot.com/10416017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138273 0039d316-1c4b-4281-b951-d872f2087c98
-
scottmg@chromium.org authored
Was added in wrong location in https://chromiumcodereview.appspot.com/10384092/ and apparently not very thoroughly tested. :/ R=thakis@chromium.org BUG=126483 NOTRY=true Review URL: https://chromiumcodereview.appspot.com/10414027 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138272 0039d316-1c4b-4281-b951-d872f2087c98
-
agl@chromium.org authored
This reverts r138265 as it broke something that the commit bot didn't pick up on. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138271 0039d316-1c4b-4281-b951-d872f2087c98
-
jln@chromium.org authored
The magic number "7" was used across source files to denote the file descriptor for the dummy fd. BUG=None TEST=None NOTRY=true Review URL: https://chromiumcodereview.appspot.com/10392176 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138269 0039d316-1c4b-4281-b951-d872f2087c98
-
tfarina@chromium.org authored
Now that r138256 is in, we can remove it since nobody outside chrome/browser/ui/views/ includes it. BUG=125846 R=ben@chromium.org Review URL: https://chromiumcodereview.appspot.com/10387233 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138267 0039d316-1c4b-4281-b951-d872f2087c98
-
jln@chromium.org authored
BUG=None TEST=None NOTRY=true Review URL: https://chromiumcodereview.appspot.com/10417028 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138266 0039d316-1c4b-4281-b951-d872f2087c98
-
agl@chromium.org authored
Allows unpacked extensions to contain symlinks to resources located outside of the extension's directory. BUG=27185 TEST=ExtensionServiceTest.UnpackedExtensionMayContainSymlinkedFiles Patch-by: francoisk777@gmail.com https://chromiumcodereview.appspot.com/10387035/ git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138265 0039d316-1c4b-4281-b951-d872f2087c98
-
asanka@chromium.org authored
This effectively reverts r121506. BUG=123150 TEST=net_unittests. Username/passwords specified in URLs work. XmlHttpRequests() with credentials passed as arguments work. Review URL: https://chromiumcodereview.appspot.com/10412025 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138264 0039d316-1c4b-4281-b951-d872f2087c98
-
joi@chromium.org authored
Also, add impl method that lets us reuse logic in another place that was doing the same calculation. BUG=126132 Review URL: https://chromiumcodereview.appspot.com/10399074 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138263 0039d316-1c4b-4281-b951-d872f2087c98
-
dmichael@chromium.org authored
We broke when NaCl DEPS were rolled, giving us this change: r8650: (mseaborn) libpthread: Make pthread_t a pointer instead of a small integer ID BUG=116317 TEST= Review URL: https://chromiumcodereview.appspot.com/10417026 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138261 0039d316-1c4b-4281-b951-d872f2087c98
-
serya@google.com authored
Reason: - Remove some complexity from file_manager.js - Let FileTransferManager to mount gdata not having dependancy on FileManager. BUG=127216 TEST= Review URL: https://chromiumcodereview.appspot.com/10310163 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138260 0039d316-1c4b-4281-b951-d872f2087c98
-
pnihalani@chromium.org authored
-Changed list of files being checked for NaCl sdk installer. -Changed Download and unziping of nacl_sdk folder on all the platforms(Used Zipfile module). -Changed installation of NaCl SDK. -Removed Hello world examples from test case. -Added new examples like Input Events, Dynamic Library(Magic * ball), Load progress, Multi-threaded input events, Web socket -Fixed pepper and chrome version verification Made changes to run examples only when they match and print a "Incompatibility version" message otherwise. Code Cleanup: -Removed unused methods and pre-defined global variables. -Removed pre-release gallery test.test(method-testNaClSDK) of new installation process of NaCl sdk. -Re-factored code by following DRY(Donot Repeat yourself) principle and by removing redundancies in the code. NOTRY=true Review URL: https://chromiumcodereview.appspot.com/10399078 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138259 0039d316-1c4b-4281-b951-d872f2087c98
-
jam@chromium.org authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138257 0039d316-1c4b-4281-b951-d872f2087c98
-
tfarina@chromium.org authored
BUG=125846 R=ben@chromium.org Review URL: https://chromiumcodereview.appspot.com/10419002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138256 0039d316-1c4b-4281-b951-d872f2087c98
-
jam@chromium.org authored
Remove a bunch of RenderViewHostDelegate usage in chrome. I added a WebContents::FromRenderViewHost which can be used instead of RenderViewHost::GetDelegate()->GetAsWebContents(). BUG=98716 Review URL: https://chromiumcodereview.appspot.com/10416026 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138254 0039d316-1c4b-4281-b951-d872f2087c98
-
jam@chromium.org authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138253 0039d316-1c4b-4281-b951-d872f2087c98
-
agl@chromium.org authored
This patch is about to be removed in another change but, for the sake of code history, this change corrects the URL. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138252 0039d316-1c4b-4281-b951-d872f2087c98
-
jam@chromium.org authored
Move TransferNavigationResourceThrottle to content since that's where it belongs. This is a step in getting rid of RenderViewHostDelegate usage in chrome, so that we can hide it. BUG=98716 Review URL: https://chromiumcodereview.appspot.com/10414035 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138251 0039d316-1c4b-4281-b951-d872f2087c98
-
serya@google.com authored
BUG=128631 TEST=Manual test. Review URL: https://chromiumcodereview.appspot.com/10412023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138250 0039d316-1c4b-4281-b951-d872f2087c98
-
serya@google.com authored
With exception for directories. They come before any file in ascending order. BUG=126941 TEST=Manual test. Review URL: https://chromiumcodereview.appspot.com/10409066 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138249 0039d316-1c4b-4281-b951-d872f2087c98
-
steveblock@chromium.org authored
This is failing on the Win(dbg) canary. BUG=129166 Review URL: https://chromiumcodereview.appspot.com/10399124 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@138248 0039d316-1c4b-4281-b951-d872f2087c98
-