- 23 Jul, 2012 40 commits
-
-
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
-
ronghuawu@chromium.org authored
Review URL: https://chromiumcodereview.appspot.com/10806070 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@147959 0039d316-1c4b-4281-b951-d872f2087c98
-
jbates@chromium.org authored
TBR=backer@chromium.org Review URL: https://chromiumcodereview.appspot.com/10805074 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@147956 0039d316-1c4b-4281-b951-d872f2087c98
-
oshima@chromium.org authored
BUG=none TEST=none Review URL: https://chromiumcodereview.appspot.com/10735057 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@147955 0039d316-1c4b-4281-b951-d872f2087c98
-
mitchellwrosen@chromium.org authored
BUG=121174 Review URL: https://chromiumcodereview.appspot.com/10702088 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@147954 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@147953 0039d316-1c4b-4281-b951-d872f2087c98
-
jhorwich@chromium.org authored
If a Pepper plugin uses PaintImageData or Scroll in a pp::Graphics2D context that has a scale factor, we need to convert the invalidated area to DIPs. BUG=137163 TEST=Manual - run HiDPI-compatible plugin that uses PaintImageData TEST=gfx_unittests --gtest_filter="Rect*" Review URL: https://chromiumcodereview.appspot.com/10704198 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@147952 0039d316-1c4b-4281-b951-d872f2087c98
-
scottmg@chromium.org authored
Adds wrapper .bat file. TBRing because it's not currently used by the build. TBR=jam@chromium.org BUG= TEST= Review URL: https://chromiumcodereview.appspot.com/10805067 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@147951 0039d316-1c4b-4281-b951-d872f2087c98
-
yoz@chromium.org authored
Makes the overflow menu on cocoa update properly. BUG=133094 TEST=Enable script badges; have extensions with page actions; resize the browser action area to put some of the in the overflow menu; observe them changing state upon tab switches. Review URL: https://chromiumcodereview.appspot.com/10797054 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@147950 0039d316-1c4b-4281-b951-d872f2087c98
-
rtenneti@google.com authored
which make it possible to tell the thread name in crash dumps from the call stack. Added a volatile automatic variable to avoid global optimizers optimizing the function. This change would help us to triage ThreadWatcher crashes for IO thread. It would also help in debugging crashes. R=sky, jar Review URL: https://chromiumcodereview.appspot.com/10796079 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@147949 0039d316-1c4b-4281-b951-d872f2087c98
-
asvitkine@chromium.org authored
This addresses a TODO from http://crrev.com/147862 to not leak CFAttributedString attributes and additionally ensures that the CTFontRef is properly disposed. Also renames SkColorToCGColorRef() to CGColorCreateFromSkColor() to be clear that it follows the Create rule. BUG=125664 TEST=No leaks on waterfall. Review URL: https://chromiumcodereview.appspot.com/10808084 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@147948 0039d316-1c4b-4281-b951-d872f2087c98
-
asvitkine@chromium.org authored
BUG=128027 TEST=Text is drawn correctly in omnibox suggest drop down. Review URL: https://chromiumcodereview.appspot.com/10692101 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@147947 0039d316-1c4b-4281-b951-d872f2087c98
-
jorgelo@chromium.org authored
Now that seccomp filter looks good in 3.5, remove the disable. BUG=None TEST=Chrome logs "Enable seccomp filter sandbox...". Review URL: https://chromiumcodereview.appspot.com/10786023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@147945 0039d316-1c4b-4281-b951-d872f2087c98
-
fischman@chromium.org authored
BUG=136962 Review URL: https://chromiumcodereview.appspot.com/10808058 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@147944 0039d316-1c4b-4281-b951-d872f2087c98
-
mark@chromium.org authored
BUG=135249 Review URL: https://chromiumcodereview.appspot.com/10816025 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@147943 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@147941 0039d316-1c4b-4281-b951-d872f2087c98
-
fgalligan@chromium.org authored
- The files are updated to work with decryptor changes from crbug.com/119845. BUG=132801 TEST=media_unittests Review URL: https://chromiumcodereview.appspot.com/10806046 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@147940 0039d316-1c4b-4281-b951-d872f2087c98
-
atwilson@chromium.org authored
TBR=zmo BUG=none TEST=none Review URL: https://chromiumcodereview.appspot.com/10809056 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@147939 0039d316-1c4b-4281-b951-d872f2087c98
-
nona@chromium.org authored
BUG=138498 TEST=None Review URL: https://chromiumcodereview.appspot.com/10805035 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@147938 0039d316-1c4b-4281-b951-d872f2087c98
-
markusheintz@chromium.org authored
BUG=113688 TEST=none Review URL: https://chromiumcodereview.appspot.com/10805054 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@147937 0039d316-1c4b-4281-b951-d872f2087c98
-
acolwell@chromium.org authored
Reverting because composite_unittests were failing on Linux (aura) and Linux ChromeOS Tests bots. Bug=None Test=Compiles on Mac and CrOS R=oshima,sky TBR=sadrul,sail Review URL: https://chromiumcodereview.appspot.com/10701063 TBR=pkotwicz@chromium.org Review URL: https://chromiumcodereview.appspot.com/10790128 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@147936 0039d316-1c4b-4281-b951-d872f2087c98
-
mark@chromium.org authored
Review URL: https://chromiumcodereview.appspot.com/10805061 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@147935 0039d316-1c4b-4281-b951-d872f2087c98
-
sergeyu@chromium.org authored
The new PacketSocketFactory will be used by chromoting host in order to be able to use chromium UDP sockets instead of libjingle sockets BUG=137140 Review URL: https://chromiumcodereview.appspot.com/10783028 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@147934 0039d316-1c4b-4281-b951-d872f2087c98
-
simonmorris@chromium.org authored
The root cause of crbug.com/137878 was r103533, which replaced a class whose default constructor initialized objects fully, with a struct for which that isn't the case. Review URL: https://chromiumcodereview.appspot.com/10796072 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@147933 0039d316-1c4b-4281-b951-d872f2087c98
-
dmurph@chromium.org authored
Wiring: - Added bindings for glProgramBinary, glGetProgramBinary, glProgramParameteri - Plumbed the shader cache from gl_channel_manager to program_manager - Program cache creation after first context is created Refactoring: - moved DoCompile to ProgramManager New: - added functionality to ShaderInfo to store if we have a possible pending cache compile - exposed attrib_map and uniform_map in ShaderInfo for the cache - program_cache base class with in-memory status storage - Simple memory_program_cache implementation, stores programs with lru eviction - Added caching logic to DoCompileShader and Link in ProgramMAnager - MemoryProgramCache, the in-memory cache implementation - ProgramCacheLruHelper, an O(1) lru implementation Misc: - A couple style fixes in modified files Design doc: https://docs.google.com/document/d/1Vceem-nF4TCICoeGSh7OMXxfGuJEJYblGXRgN9V9hcE/edit BUG=88572 Review URL: https://chromiumcodereview.appspot.com/10797055 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@147932 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@147931 0039d316-1c4b-4281-b951-d872f2087c98
-
yusukes@google.com authored
Currently, the function tries to compare a point in the window's coordinates and a rect in the root window's coordinates. BUG=None TEST=added a unit test (WindowTest.ContainsPointInRoot) which fails on tot and passes with this CL; ./out/Debug/aura_unittests --gtest_filter='*WindowTest.ContainsPoint*' Review URL: https://chromiumcodereview.appspot.com/10806055 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@147930 0039d316-1c4b-4281-b951-d872f2087c98
-
reed@google.com authored
Review URL: https://chromiumcodereview.appspot.com/10800073 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@147929 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@147928 0039d316-1c4b-4281-b951-d872f2087c98
-
joi@chromium.org authored
BUG=none Review URL: https://chromiumcodereview.appspot.com/10807074 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@147927 0039d316-1c4b-4281-b951-d872f2087c98
-
agl@chromium.org authored
ssl_client_socket_nss.cc calls ReportUMAOnPinFailure when pinning fails. However, that function currently assumes that the pin failure came from a built-in pin. When that's not the case, it hits a NULL pointer. BUG=138521 TEST=none Review URL: https://chromiumcodereview.appspot.com/10802067 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@147926 0039d316-1c4b-4281-b951-d872f2087c98
-
pkotwicz@chromium.org authored
Bug=None Test=Compiles, code looks nicer R=oshima,sky TBR=sadrul Review URL: https://chromiumcodereview.appspot.com/10704199 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@147925 0039d316-1c4b-4281-b951-d872f2087c98
-
mark@chromium.org authored
Info.plist files by setting __CFPREFERENCES_AVOID_DAEMON. BUG=138199 TEST=Chrome should update on 10.8 without errors, and the new version should be reflected immediately in the Keystone ticket Review URL: https://chromiumcodereview.appspot.com/10810059 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@147924 0039d316-1c4b-4281-b951-d872f2087c98
-
backer@chromium.org authored
Latency tests require instrumenting where the SwapBuffers call is received, as opposed to where it is completed. Fix a regression introduced by r146621 in the latency tests by restoring the TRACE_EVENT placement. R=jbates BUG=none TEST=none Review URL: https://chromiumcodereview.appspot.com/10805022 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@147923 0039d316-1c4b-4281-b951-d872f2087c98
-
rsesek@chromium.org authored
This removes the sticky preference and instead makes the two keyboard shortcuts each toggle the respective mode, such that hitting the same shortcut twice will always exit that mode (making the actions symmetric). Diagram: https://docs.google.com/open?id=0B4kReKV-OI17Y1lscGhISEtCYjg After this CL, the only operation that does not work is entering Lion FS mode from presentation mode. Using that shortcut exits fullscreen. That will be addressed in a followup CL. BUG=114373 TEST=Perform operations in diagram. All work except Presentation->FS mode. Review URL: https://chromiumcodereview.appspot.com/10800011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@147921 0039d316-1c4b-4281-b951-d872f2087c98
-
kxing@chromium.org authored
Review URL: https://chromiumcodereview.appspot.com/10800077 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@147920 0039d316-1c4b-4281-b951-d872f2087c98
-
ananta@chromium.org authored
Move the HungRendererDialogView and HungPagesTableModel classes into a header file hung_renderer_view.h. Add a windows specific override of the HungRendererDialogView class. This is in preparation for displaying the hung renderer dialog using the native metro dialog UI in Windows 8 metro. BUG=125672 R=sky Review URL: https://chromiumcodereview.appspot.com/10815060 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@147919 0039d316-1c4b-4281-b951-d872f2087c98
-
satorux@chromium.org authored
entry_proto can be NULL if there was an error in GetEntryInfoByPath() hence we should check entry_proto.get() beforehand. BUG=137882 TEST=out/Release/unit_tests --gtest_filter=GData* Review URL: https://chromiumcodereview.appspot.com/10815058 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@147917 0039d316-1c4b-4281-b951-d872f2087c98
-
jhawkins@chromium.org authored
CID_COUNT=1 CID=104503 BUG=none TEST=none R=groby TBR=aa Review URL: https://chromiumcodereview.appspot.com/10808077 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@147916 0039d316-1c4b-4281-b951-d872f2087c98
-
pkotwicz@chromium.org authored
Bug=None Test=Compiles on Mac and CrOS R=oshima,sky TBR=sadrul,sail Review URL: https://chromiumcodereview.appspot.com/10701063 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@147915 0039d316-1c4b-4281-b951-d872f2087c98
-