- 24 Jul, 2012 1 commit
-
-
jennyz@chromium.org authored
Add a new TrayBarButtonWithTitle class which can be used for both audio and brightness UI for toggle audio/brightness state. Clip the extra empty space around left/right bar images so that the bar image would not have too much empty space around itself. The new audio/brightness slider will be implemented in another cl. BUG=122832 TEST=The new mute segment should show up and work on uber tray bubble. TBR=oshima@chromium.org Review URL: https://chromiumcodereview.appspot.com/10808080 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148002 0039d316-1c4b-4281-b951-d872f2087c98
-
- 23 Jul, 2012 39 commits
-
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148000 0039d316-1c4b-4281-b951-d872f2087c98
-
ronghuawu@chromium.org authored
Review URL: https://chromiumcodereview.appspot.com/10808091 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@147999 0039d316-1c4b-4281-b951-d872f2087c98
-
derat@chromium.org authored
This adds a function for formatting a base::Time as an RFC 3339 date/time, e.g. "2012-07-03T12:30:34.318Z". This function complements the existing gdata::util::GetTimeFromString(), and is needed for a later contacts-related change. BUG=128805 TEST=added Review URL: https://chromiumcodereview.appspot.com/10790124 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@147998 0039d316-1c4b-4281-b951-d872f2087c98
-
dmurph@chromium.org authored
Fixed the following bugs: * Getting the length of translated shader source failed on pending compilation * Getting the translated shader source failed on pending compilation * Getting the translated shader source after a new source is set Small refactoring: * Put an enum in ShaderInfo for storing the compilation state BUG=137758 Review URL: https://chromiumcodereview.appspot.com/10812002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@147997 0039d316-1c4b-4281-b951-d872f2087c98
-
cduvall@chromium.org authored
Implemented the api_index.html and experimental.html pages using an api_list_data_source. BUG=131095 Review URL: https://chromiumcodereview.appspot.com/10815042 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@147995 0039d316-1c4b-4281-b951-d872f2087c98
-
jln@chromium.org authored
We move the setuid sandbox "client" code to its own location in /sandbox/linux/suid/client and we create a SetuidSandboxClient class to use it. NOTRY=true Review URL: https://chromiumcodereview.appspot.com/10807059 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@147993 0039d316-1c4b-4281-b951-d872f2087c98
-
xhwang@chromium.org authored
BUG=138139 TEST=none Review URL: https://chromiumcodereview.appspot.com/10704241 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@147992 0039d316-1c4b-4281-b951-d872f2087c98
-
derat@chromium.org authored
BUG=none TEST=ran "git status" TBR=jam@chromium.org Review URL: https://chromiumcodereview.appspot.com/10805077 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@147991 0039d316-1c4b-4281-b951-d872f2087c98
-
jam@chromium.org authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@147990 0039d316-1c4b-4281-b951-d872f2087c98
-
bulach@chromium.org authored
In preparation for upstreaming the instrumentation tests, we need these components first. BUG=136687 TEST= Review URL: https://chromiumcodereview.appspot.com/10796031 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@147989 0039d316-1c4b-4281-b951-d872f2087c98
-
dalecurtis@chromium.org authored
Adds two new methods: AlignedAlloc and AlignedFree for creating and destroying dynamic aligned allocations respectively. Also adds a helper class, ScopedPtrAlignedFree, for use with scoped_ptr_malloc. AlignedAlloc uses posix_memalign for OS X (now that we're targeting 10.6), Linux and _aligned_alloc() on Windows. Android and NaCl use memalign() since they do not expose posix_memalign() and memalign() is safe to use with free() on those platforms. Also hacks around a bug in Visual C++ where __alignof will sometimes return zero: http://connect.microsoft.com/VisualStudio/feedback/details/682695/c-alignof-fails-to-properly-evalute-alignment-of-dependent-types BUG=none TEST=base_unittests + new test, trybots. Review URL: https://chromiumcodereview.appspot.com/10796020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@147988 0039d316-1c4b-4281-b951-d872f2087c98
-
alexyu@google.com authored
and job id wherever possible BUG=138602 TEST= Review URL: https://chromiumcodereview.appspot.com/10808086 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@147987 0039d316-1c4b-4281-b951-d872f2087c98
-
yfriedman@chromium.org authored
[Android] Add remaining build/common.gypi changes from downstream and strip NOTIMPLEMENTED()s from official builds. Includes: 1) Allowing overridding of android_ndk_sysroot (addition of "%" in variable name). 2) Disable NOTIMPLEMENTED output for official builds (see base/logging.h) 3) Add clang build configurations 4) Remove unnecessary cflags from regular build. 5) Include crtbegin_so.o and crtend_so.so for _type=="loadable_module" which is needed for ppapi_tests. BUG=137569 Review URL: https://chromiumcodereview.appspot.com/10808042 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@147986 0039d316-1c4b-4281-b951-d872f2087c98
-
cduvall@chromium.org authored
Some minor fixes that were bugging me: - TemplateDataSource now uses the correct path and does not depend on catching an exception - LocalFileSystem was caching files forever with the new FileSystem interface, now it doesn't - Added some logs for exception handling. BUG=131095 Review URL: https://chromiumcodereview.appspot.com/10808065 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@147985 0039d316-1c4b-4281-b951-d872f2087c98
-
rdevlin.cronin@chromium.org authored
Moved ExtensionEventRouter, ExtensionEventRouterForwarder, ExtensionBrowserEventRouter into extensions namespace and renamed them appropriately. Also some header file gardening. BUG=137115, 117261 Review URL: https://chromiumcodereview.appspot.com/10696208 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@147984 0039d316-1c4b-4281-b951-d872f2087c98
-
jam@chromium.org authored
BUG=90448 Review URL: https://chromiumcodereview.appspot.com/10806056 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@147983 0039d316-1c4b-4281-b951-d872f2087c98
-
skuhne@chromium.org authored
Spend around 2 days with reproducing the problem, checking out the underlying code, and discussing with others (see bug for more info) without further insights. Since the bug is gone with v22 and we might get more data if it crashes later, we hope that this is an adequate solution for the problem (even though it is not satisfying). BUG=134465 TEST=NONE and not reproducible Review URL: https://chromiumcodereview.appspot.com/10790058 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@147982 0039d316-1c4b-4281-b951-d872f2087c98
-
msw@chromium.org authored
Store profile prefs and deprecate service-local storage. (in preparation for new Sync Invalidation API integration) Add kChromeToMobile[DeviceList|Timestamp] pref strings. Add RegisterUserPrefs() static method and standard call. Update/rename GetMobiles() and rename HasMobiles(). Update Mac unit test; misc minor cleanup and refactoring. BUG=102709 TEST=Updated unit test; no Chrome To Mobile regressions. Review URL: https://chromiumcodereview.appspot.com/10808068 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@147981 0039d316-1c4b-4281-b951-d872f2087c98
-
tbarzic@chromium.org authored
We get in trouble because FileBrowserEventRouter creates gdata system service early on (before we setup test service factory). When we create test system service, the old one gets shutdown and destroyed, but they both use the same gdata cache root path (which is created and destroyed async). This patch avoid use of GDataSystemServiceFactory::SetTestingFactoryAndUse, which cannot be called before an system service instance is already alive (created early on by FileBroserEventRouter). the flakiness was introduced by https://src.chromium.org/viewvc/chrome?view=rev&revision=147208 TEST=RemoteFileSystemExtensionApiTest.* BUG=none Review URL: https://chromiumcodereview.appspot.com/10805034 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@147980 0039d316-1c4b-4281-b951-d872f2087c98
-
rsesek@chromium.org authored
There's already a TODO about why this is necessary and how the new API is not sufficient. BUG=137676 TEST=compiles Review URL: https://chromiumcodereview.appspot.com/10802043 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@147979 0039d316-1c4b-4281-b951-d872f2087c98
-
scherkus@chromium.org authored
You know what's better than passing back PIPELINE_OK and not-PIPELINE_OK? A boolean. BUG=126067 TEST=none Review URL: https://chromiumcodereview.appspot.com/10808087 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@147978 0039d316-1c4b-4281-b951-d872f2087c98
-
oshima@chromium.org authored
Update tests to work with VSC. I'll land this after http://codereview.chromium.org/10795027/ is landed. I kept active_root_window_ because we're planning to create a launcher per display, and I'm going to use it to decide on which display the status bubble will be shown. BUG=123160 TEST=Updated tests, plus added new test cases to ExtendedDesktopText.ConvertPoint Review URL: https://chromiumcodereview.appspot.com/10790090 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@147977 0039d316-1c4b-4281-b951-d872f2087c98
-
erg@chromium.org authored
Message loop captured in constructor is not the UI loop. Get a UI message loop proxy in the ExecuteParams constructor and use that instead. BUG=138087 TEST=none Review URL: https://chromiumcodereview.appspot.com/10815057 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@147976 0039d316-1c4b-4281-b951-d872f2087c98
-
sadrul@chromium.org authored
The bounding box is the smallest axis-aligned rectangle that encloses all the bounding-boxes of all the touch-points in the gesture. BUG=none TEST=existing aura_unittests Review URL: https://chromiumcodereview.appspot.com/10808083 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@147975 0039d316-1c4b-4281-b951-d872f2087c98
-
leandrogracia@chromium.org authored
These are required by the Android find-in-page implementation. Further patches will introduce automatic conversion from WebKit::WebFloatRect to gfx::RectF. BUG=136762 TEST=new case added to base_unittests Review URL: https://chromiumcodereview.appspot.com/10818011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@147974 0039d316-1c4b-4281-b951-d872f2087c98
-
gavinp@chromium.org authored
Two is the fewest number of allowed buckets. Should be fine for these. R=dominich@chromium.org BUG=None Review URL: https://chromiumcodereview.appspot.com/10805063 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@147973 0039d316-1c4b-4281-b951-d872f2087c98
-
cpu@chromium.org authored
1- The US locale is sometimes "en" and sometimes "en-US" 2- Users that hit "don't bug me" where shown the same toast again when we ran the toast twice in a row. Now we compare the prefix of the experiment witht the 'client' prefix if equal it means we already toasted this user with this same experiment. BUG=130169 Review URL: https://chromiumcodereview.appspot.com/10802063 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@147972 0039d316-1c4b-4281-b951-d872f2087c98
-
nfullagar@google.com authored
Old value: 2048 New value: 2400 (50ms at 48kHz) This will use WASAPI low latency back-end for examples that ask for recommended sample buffer size starting from 2048 samples. BUG=http://code.google.com/p/chromium/issues/detail?id=138110 TEST=tbd:manual click test on lower end vista machine Review URL: https://chromiumcodereview.appspot.com/10805031 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@147971 0039d316-1c4b-4281-b951-d872f2087c98
-
munjal@chromium.org authored
to the next URL only if the URL is not empty. IF the URL is empty then close the ui. BUG=124493 Review URL: https://chromiumcodereview.appspot.com/10806048 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@147970 0039d316-1c4b-4281-b951-d872f2087c98
-
brianderson@chromium.org authored
BUG=131661 TEST=gpu_unittests now checks for the GL_CHROMIUM_shallow_flush string. Review URL: https://chromiumcodereview.appspot.com/10782005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@147969 0039d316-1c4b-4281-b951-d872f2087c98
-
jvoung@google.com authored
This will later be used in the NaCl plugin to grab "llc.nexe", and linker resources for PNaCl directly, instead of using the URL-downloader interface to get these from a chrome extension url. BUG= http://code.google.com/p/nativeclient/issues/detail?id=2365 TEST= pnacl_file_host_unittest (just checks path sanity checks) Review URL: https://chromiumcodereview.appspot.com/10662006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@147968 0039d316-1c4b-4281-b951-d872f2087c98
-
tburkard@chromium.org authored
the interface of WebContensObserver. R=jam@chromium.org Review URL: https://chromiumcodereview.appspot.com/10805051 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@147967 0039d316-1c4b-4281-b951-d872f2087c98
-
satorux@chromium.org authored
The number of calles of GetGDataEntryByPath() is reduced from 18 to 17 BUG=137694 TEST=out/Release/unit_tests --gtest_filter=GData*; confirm renaming works as before, including hosted files Review URL: https://chromiumcodereview.appspot.com/10790126 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@147966 0039d316-1c4b-4281-b951-d872f2087c98
-
jam@chromium.org authored
Get the path of the plugin interposing library from the embedder, since they're the ones who bundle it. Make content still work without it. This allows plugins to work inside content_shell. BUG=90448 Review URL: https://chromiumcodereview.appspot.com/10806075 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@147965 0039d316-1c4b-4281-b951-d872f2087c98
-
satorux@chromium.org authored
The number of calles of GetGDataEntryByPath() is reduced from 19 to 18. StartFileUploadParams is introduced to overcome the limitation of Bind. BUG=137694 TEST=out/Release/unit_tests --gtest_filter=GData*; confirm uploading to drive works as before by "save image as" to Drive. Review URL: https://chromiumcodereview.appspot.com/10809054 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@147964 0039d316-1c4b-4281-b951-d872f2087c98
-
jennyz@google.com authored
For bottom aligned launcher: 7 pixel padding around left/right of text tray item. 1 pixel padding around all sides of image tray item. 1 pixel around all sides of the uber tray (SystemTrayContainer). For vertical aligned launcher: 1 pixel padding around all sides of the image tray item. 4 pixel padding above and below the text tray item, and center the text horizontally. 1 pixel around all sides of the uber tray (SystemTrayContainer). BUG=132450 TEST=The spacing between urber tray items should be consistent. Review URL: https://chromiumcodereview.appspot.com/10809008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@147963 0039d316-1c4b-4281-b951-d872f2087c98
-
rlp@chromium.org authored
This was previously reverted, found not to be the cause of the issue, now I am reinstating the changes. BUG=97804 TEST=existing unittests TBR=sky@chromium.org,shess@chromium.org Review URL: https://chromiumcodereview.appspot.com/10806022 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@147962 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@147961 0039d316-1c4b-4281-b951-d872f2087c98
-
derat@chromium.org authored
This adds a (currently-Chrome-OS-only) Contact struct, loosely patterned on Google's GData Contact kind v2.0. It also adds test functions related to this struct. BUG=128805 TEST=tested in conjunction with later code Review URL: https://chromiumcodereview.appspot.com/10803045 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@147960 0039d316-1c4b-4281-b951-d872f2087c98
-