- 25 Apr, 2012 20 commits
-
-
achuith@chromium.org authored
* Define GDataDB interface with methods to Put, Get and Delete. Also define a path-based iterator. * GDataLevelDB implements GDataDB using leveldb. * Add methods SerializeToString and FromProtoString to serialize GDataEntry to strings and vice versa. * GDataDBTests test Put, Get, Delete for files and directories. * Iterator tests in GDataDBTests. * GDataDBFactory class to create GDataLevelDB instance. * Update deps to allow leveldatabase. TODO: * There is no integration with GDataRootDirectory/GDataFileSystem yet. BUG=chromium-os:29232 TEST=unittests pass. Review URL: https://chromiumcodereview.appspot.com/10210012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@133833 0039d316-1c4b-4281-b951-d872f2087c98
-
dennisjeffrey@chromium.org authored
BUG=None TEST=Verified with a recent official ChromeOS build that the pyauto pagecyclers successfully run to completion when invoked via run_remote_tests. Review URL: https://chromiumcodereview.appspot.com/10219007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@133832 0039d316-1c4b-4281-b951-d872f2087c98
-
erg@chromium.org authored
- Renames aura::Window::GetScreenBounds() to ::GetBoundsInRootWindow(), which is what it really does. - NativeWidgetAura now gives its NativeWidgetHelperAura a chance to modify those bounds. BUG=none TEST=none Review URL: http://codereview.chromium.org/10210005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@133831 0039d316-1c4b-4281-b951-d872f2087c98
-
nileshagrawal@chromium.org authored
Modify test_result.LogFull() to print the summary, and call it when native finish running. BUG= TEST= Review URL: http://codereview.chromium.org/10210001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@133830 0039d316-1c4b-4281-b951-d872f2087c98
-
rsleevi@chromium.org authored
BUG=123295 TEST=none Review URL: http://codereview.chromium.org/10069052 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@133829 0039d316-1c4b-4281-b951-d872f2087c98
-
alexeypa@chromium.org authored
Review URL: http://codereview.chromium.org/10209010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@133827 0039d316-1c4b-4281-b951-d872f2087c98
-
sail@chromium.org authored
With this CL Chrome is marked as HiDPI aware if the enable_hidpi build flag is set. BUG=114311 TEST=Changed Windows to 2x DPI scale. Ran Chrome. Verified that 2x icons were used. Review URL: http://codereview.chromium.org/10086009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@133826 0039d316-1c4b-4281-b951-d872f2087c98
-
rsleevi@chromium.org authored
BUG=123295 TEST=none Review URL: http://codereview.chromium.org/10065037 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@133825 0039d316-1c4b-4281-b951-d872f2087c98
-
posciak@chromium.org authored
This fixes a problem with sending log messages from children threads of the GPU process. In GPU process the message goes through GpuProcessLogMessageHandler() and to ChildThread::Send(), but there it would fail on DCHECK(MessageLoop::current() == message_loop()), try to output another log message about it, and since the handler is overriden, it would go back to GpuProcessLogMessageHandler, and back again to ChildThread::Send() and thus recurse until eventually dying silently due to stack overflow. BUG= TEST=manual run of a GPU child thread Review URL: http://codereview.chromium.org/9812022 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@133824 0039d316-1c4b-4281-b951-d872f2087c98
-
mpcomplete@chromium.org authored
example. BUG=no TEST=no Review URL: http://codereview.chromium.org/10134040 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@133823 0039d316-1c4b-4281-b951-d872f2087c98
-
wtc@chromium.org authored
R=agl@chromium.org,rsleevi@chromium.org BUG=124434 TEST=none Review URL: https://chromiumcodereview.appspot.com/10216004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@133822 0039d316-1c4b-4281-b951-d872f2087c98
-
wtc@chromium.org authored
R=thestig@chromium.org BUG=51770 TEST=none Review URL: https://chromiumcodereview.appspot.com/10212002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@133821 0039d316-1c4b-4281-b951-d872f2087c98
-
kevers@chromium.org authored
BUG=123030 TEST=Manual. Review URL: http://codereview.chromium.org/10175010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@133820 0039d316-1c4b-4281-b951-d872f2087c98
-
achuith@chromium.org authored
* Define GDataDB interface with methods to Put, Get and Delete. Also define a path-based iterator. * GDataLevelDB implements GDataDB using leveldb. * Add methods SerializeToString and FromProtoString to serialize GDataEntry to strings and vice versa. * GDataDBTests test Put, Get, Delete for files and directories. * Iterator tests in GDataDBTests. * GDataDBFactory class to create GDataLevelDB instance. TODO: * There is no integration with GDataRootDirectory/GDataFileSystem yet. BUG=chromium-os:29232 TEST=unittests pass. Review URL: https://chromiumcodereview.appspot.com/10168025 TBR=achuith@chromium.org Review URL: https://chromiumcodereview.appspot.com/10214008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@133819 0039d316-1c4b-4281-b951-d872f2087c98
-
kevers@chromium.org authored
BUG=chromium-os:19569 TEST=Open the settings tab and connect to a WiFi network. Ensure that signal strength and frequency are show in the connection details. BSSID should also be visible for 802.11 networks. Review URL: http://codereview.chromium.org/10174010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@133818 0039d316-1c4b-4281-b951-d872f2087c98
-
satorux@chromium.org authored
These are called on UI thread, so no need to deal with MesageLoopProxy::current() etc. BUG=chromium-os:29036,chromium-os:29943 TEST=saving to gdata works as before and no error was emitted with --enable-dcheck with a Release build. Review URL: https://chromiumcodereview.appspot.com/10207022 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@133817 0039d316-1c4b-4281-b951-d872f2087c98
-
jamesr@chromium.org authored
BUG=123939 TEST=launch GPU process by navigating to a page requiring it. open about:tcmalloc. refresh. see GPU process memory information Review URL: http://codereview.chromium.org/10041017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@133816 0039d316-1c4b-4281-b951-d872f2087c98
-
achuith@chromium.org authored
* Define GDataDB interface with methods to Put, Get and Delete. Also define a path-based iterator. * GDataLevelDB implements GDataDB using leveldb. * Add methods SerializeToString and FromProtoString to serialize GDataEntry to strings and vice versa. * GDataDBTests test Put, Get, Delete for files and directories. * Iterator tests in GDataDBTests. * GDataDBFactory class to create GDataLevelDB instance. TODO: * There is no integration with GDataRootDirectory/GDataFileSystem yet. BUG=chromium-os:29232 TEST=unittests pass. Review URL: https://chromiumcodereview.appspot.com/10168025 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@133815 0039d316-1c4b-4281-b951-d872f2087c98
-
thestig@chromium.org authored
Replace string copy code and scoped_arrays() with const_casts in MediaDeviceNotificationsLinuxTest. Explain why this is safe. BUG=none TEST=none Review URL: http://codereview.chromium.org/10105037 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@133814 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@133813 0039d316-1c4b-4281-b951-d872f2087c98
-
- 24 Apr, 2012 20 commits
-
-
hclam@chromium.org authored
TBR=mnaganov@chromium.org BUG=None TEST=Tree is green Review URL: http://codereview.chromium.org/10219001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@133812 0039d316-1c4b-4281-b951-d872f2087c98
-
satorux@chromium.org authored
In some functions, we know that we are on UI thread, so we can directly use ui_weak_ptr_. BUG=chromium-os:28503 TEST=none Review URL: https://chromiumcodereview.appspot.com/10169041 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@133811 0039d316-1c4b-4281-b951-d872f2087c98
-
asharif@chromium.org authored
The "initial-exec" attribute is added to the ThreadCache::threadlocal_heap_ variable under normal compilation. This causes the linker to emit a R_X86_64_TPOFF64 relocation in the _pyautolib.so shared object. This relocation can cause python to error with: cannot allocate memory in static TLS block when it calls dlopen() on _pyautolib.so (when the import statement is interpreted). This only happens when the TLS section is large enough. Building Chrome with -fprofile-generate to add some instrumentation-related data to the TLS is enough to trigger this condition. This CL encloses the function attribute in #if ! defined(PGO_GENERATE). When Chrome is built with -fprofile-generate, we will also pass in -DPGO_GENERATE and -ftls-model=global-dynamic so profile data can be collected without any errors. BUG=none TEST=Rebuilt chromeos-chrome in the chroot with -fprofile-generate -ftls-model=global-dynamic -DPGO_GENERATE && ran pyautoperf autotests. Review URL: http://codereview.chromium.org/10035012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@133810 0039d316-1c4b-4281-b951-d872f2087c98
-
jcivelli@chromium.org authored
BUG=None TEST=None Review URL: http://codereview.chromium.org/10216001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@133809 0039d316-1c4b-4281-b951-d872f2087c98
-
gcasto@chromium.org authored
enabled. BUG=124112 TEST=Ran unittests Review URL: http://codereview.chromium.org/10168017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@133808 0039d316-1c4b-4281-b951-d872f2087c98
-
satorux@chromium.org authored
In favor of less things to have in gdata_file_system.h, which is overly large. BUG=chromium-os:29215 TEST=none Review URL: https://chromiumcodereview.appspot.com/10219006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@133807 0039d316-1c4b-4281-b951-d872f2087c98
-
rch@chromium.org authored
Review URL: http://codereview.chromium.org/10209012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@133806 0039d316-1c4b-4281-b951-d872f2087c98
-
shadi@chromium.org authored
BUG=122749 TEST=None Review URL: http://codereview.chromium.org/10173010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@133805 0039d316-1c4b-4281-b951-d872f2087c98
-
xiyuan@chromium.org authored
Those special cases are handled in ImageLoadingTracker after r133657. BUG=none. TEST=No change. Review URL: http://codereview.chromium.org/10212004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@133803 0039d316-1c4b-4281-b951-d872f2087c98
-
mdm@chromium.org authored
BUG=123288 Review URL: http://codereview.chromium.org/10217008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@133802 0039d316-1c4b-4281-b951-d872f2087c98
-
rsleevi@chromium.org authored
BUG=123295 TEST=none Review URL: http://codereview.chromium.org/10066042 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@133801 0039d316-1c4b-4281-b951-d872f2087c98
-
dyu@chromium.org authored
Test fails on Mac due to keychain popup. TEST=none BUG=124913 Review URL: https://chromiumcodereview.appspot.com/10217012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@133800 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome://flagsmiket@chromium.org authored
BUG=none TEST=manually verified appearance and functionality. Review URL: http://codereview.chromium.org/10213008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@133798 0039d316-1c4b-4281-b951-d872f2087c98
-
michaelbai@chromium.org authored
Added 'folder' column to virtual table required to pass Android CTS test. BUG= TEST=Add a new test. Review URL: http://codereview.chromium.org/10162019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@133797 0039d316-1c4b-4281-b951-d872f2087c98
-
sail@chromium.org authored
My Metro/HiDPI change (r133613) broke the official build. The problem was that I was referencing the new 2x pak files but they aren't created by default yet. mmoss is working on adding support for optional files. Until that is in I'm just removing the reference to the 2x pak files. This means that for now 2x pak files won't be archived but that's not a big deal since we don't build with HIDPI_ENABLED anyways. BUG=114311 TEST= Review URL: https://chromiumcodereview.appspot.com/10207024 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@133796 0039d316-1c4b-4281-b951-d872f2087c98
-
oshima@chromium.org authored
BUG=none TEST=none Review URL: http://codereview.chromium.org/10203004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@133795 0039d316-1c4b-4281-b951-d872f2087c98
-
mseaborn@chromium.org authored
This function is not defined or used anywhere any more. BUG=none TEST=build Review URL: http://codereview.chromium.org/10198008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@133794 0039d316-1c4b-4281-b951-d872f2087c98
-
willchan@chromium.org authored
It's important to destroy the ResourceContext before we start destroying the URLRequestContext and the members it owns, because destroying the ResourceContext will cancel the pending URLRequests for that ResourceContext in the ResourceDispatcherHost. Those URLRequests may reference the URLRequestContexts in their destructors, so we need to make sure ResourceContext is destroyed first. While doing this, I did some other cleanup: * discovered that we could eliminate HostContentSettingsMap from ProfileIOData, w00t! * reordered URLRequestContext after the members it points to, so it gets destroyed before they get destroyed * moved the virtuals in ProfileIOData::ResourceContext to be public, since the parent class changed them to be public BUG=90971 TEST=none Review URL: http://codereview.chromium.org/10174008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@133793 0039d316-1c4b-4281-b951-d872f2087c98
-
mmenke@chromium.org authored
before backoff starts due to failures, for use with captive portal code. R=joi@chroimium.org BUG=87100, 115487 Review URL: http://codereview.chromium.org/10173005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@133792 0039d316-1c4b-4281-b951-d872f2087c98
-
rch@chromium.org authored
Review URL: http://codereview.chromium.org/10207001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@133791 0039d316-1c4b-4281-b951-d872f2087c98
-