- 06 Dec, 2011 40 commits
-
-
cbentzel@chromium.org authored
BUG=101755 TBR=yurys@chromium.org Review URL: http://codereview.chromium.org/8825002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113254 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113253 0039d316-1c4b-4281-b951-d872f2087c98
-
vsevik@chromium.org authored
TBR=dglazkov Review URL: http://codereview.chromium.org/8771047 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113252 0039d316-1c4b-4281-b951-d872f2087c98
-
kaznacheev@chromium.org authored
BUG=chromium-os:23750 TEST= Review URL: http://codereview.chromium.org/8821017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113251 0039d316-1c4b-4281-b951-d872f2087c98
-
gman@chromium.org authored
As well as remove CommandBuffer::GetRingBuffer and change CommandBuffer::Initialize Before this change the service allocated and managed the command buffer. After this change the client uses CreateTransferBuffer, GetTransferBuffer, end potentially DeleteTransferBufffer to manage the command buffer. Another CL will actually make the client delete the command buffer on demand. TEST=unit tests and run some samples and a NaCl 3D game BUG=103989 Review URL: http://codereview.chromium.org/8566059 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113250 0039d316-1c4b-4281-b951-d872f2087c98
-
jhawkins@chromium.org authored
BUG=none TEST=none R=csilv@chromium.org Review URL: http://codereview.chromium.org/8794003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113249 0039d316-1c4b-4281-b951-d872f2087c98
-
michaeln@google.com authored
This is the chrome-side of https://bugs.webkit.org/show_bug.cgi?id=73258 BUG=98939 Review URL: http://codereview.chromium.org/8590043 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113248 0039d316-1c4b-4281-b951-d872f2087c98
-
cbentzel@chromium.org authored
BUG=30704 TBR=bradchen@chromium.org Review URL: http://codereview.chromium.org/8824001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113247 0039d316-1c4b-4281-b951-d872f2087c98
-
creis@chromium.org authored
BUG=102408 TEST=Different crash site than OnTempCrashWithData. Review URL: http://codereview.chromium.org/8817006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113246 0039d316-1c4b-4281-b951-d872f2087c98
-
mnissler@chromium.org authored
This was accidentally committed as part of http://codereview.chromium.org/8480037 but shouldn't be active quite yet, since we'd like to switch over all settings and remove the managed prefs banner in a coordinated effort. BUG=chromium:106542 TEST=Configure AlternateErrorPagesEnabled policy, verify that there is no indicator icon behind the label on chrome://settings/advanced Review URL: http://codereview.chromium.org/8821020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113245 0039d316-1c4b-4281-b951-d872f2087c98
-
serya@chromium.org authored
BUG=None TEST=None Review URL: http://codereview.chromium.org/8816024 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113244 0039d316-1c4b-4281-b951-d872f2087c98
-
cbentzel@chromium.org authored
BUG=106571 TBR=jstritar@chromium.org Review URL: http://codereview.chromium.org/8815019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113243 0039d316-1c4b-4281-b951-d872f2087c98
-
toyoshim@chromium.org authored
BUG=105551 TEST=n/a TBR=cbentzel@chromium.org Review URL: http://codereview.chromium.org/8820023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113241 0039d316-1c4b-4281-b951-d872f2087c98
-
rogerta@chromium.org authored
code and I don't feel I'm the right person. BUG=None TEST=No code change, OWNERS file only. Review URL: http://codereview.chromium.org/8819026 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113240 0039d316-1c4b-4281-b951-d872f2087c98
-
toyoshim@chromium.org authored
- Add unit tests to validate Close() operation in various situations - Bug fix to invoke ongoing receive completion callback on Close() BUG=87310 TEST=ui_tests --gtest_filter='PPAPITest.WebSocket_*Close' Review URL: http://codereview.chromium.org/8821008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113239 0039d316-1c4b-4281-b951-d872f2087c98
-
akalin@chromium.org authored
Follow-up to 113090 to see which ModelChangingSyncerCommand triggers a perf regression. BUG=97832 TEST= TBR=tim@chromium.org Review URL: http://codereview.chromium.org/8818019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113238 0039d316-1c4b-4281-b951-d872f2087c98
-
cbentzel@chromium.org authored
Also, tighten up existing suppressions to include BalloonHost. BUG=104998 TBR=jochen@chromium.org TEST=waterfall.sh match Review URL: http://codereview.chromium.org/8822023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113237 0039d316-1c4b-4281-b951-d872f2087c98
-
kaznacheev@chromium.org authored
BUG=chromium-os:23750 TEST= Review URL: http://codereview.chromium.org/8799006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113236 0039d316-1c4b-4281-b951-d872f2087c98
-
jvoung@google.com authored
BUG= http://code.google.com/p/nativeclient/issues/detail?id=2413 TEST= patch into nacl, manually build latest shim, run test. R=sehr@google.com,robertm@google.com Review URL: http://codereview.chromium.org/8790016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113235 0039d316-1c4b-4281-b951-d872f2087c98
-
mball@google.com authored
BUG=None TEST=None Review URL: http://codereview.chromium.org/8801030 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113234 0039d316-1c4b-4281-b951-d872f2087c98
-
yoz@chromium.org authored
ExtensionManagementApiBrowserTest.LaunchApp fixed by r113141. Make ExtensionSet iterate like a set instead of a map. BUG=104091 TEST=existing tests Review URL: http://codereview.chromium.org/8733004 TBR=yoz@chromium.org Review URL: http://codereview.chromium.org/8789018 TBR=yoz@chromium.org Review URL: http://codereview.chromium.org/8822021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113233 0039d316-1c4b-4281-b951-d872f2087c98
-
jar@chromium.org authored
This call was already in place on Win/Posix, but it was not checked in on the Mac r=rtenneti BUG=106287 Review URL: http://codereview.chromium.org/8803021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113232 0039d316-1c4b-4281-b951-d872f2087c98
-
erikwright@chromium.org authored
BUG=105921 TEST= Review URL: http://codereview.chromium.org/8802014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113231 0039d316-1c4b-4281-b951-d872f2087c98
-
agl@chromium.org authored
This reverts commit r113203. It failed on the ChromeOS valgrind and heapcheck bots. BUG=113203 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113229 0039d316-1c4b-4281-b951-d872f2087c98
-
mcgrathr@chromium.org authored
On some Linux systems, files from /dev/shm cannot have PROT_EXEC applied to their mappings. This depends on picayune setup details that vary between distributions and kernels and could vary between installations. So just use an empirical test of whether it works or not, and fall back to using generic temporary space instead of /dev/shm for the executable case if needed. BUG= http://code.google.com/p/chromium/issues/detail?id=103377 TEST= SharedMemory.AnonymousExecutable with /dev/shm mounted noexec R=mark@chromium.org Review URL: http://codereview.chromium.org/8800025 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113228 0039d316-1c4b-4281-b951-d872f2087c98
-
toyoshim@chromium.org authored
BUG=87310 TEST=ui_tests --gtest_filter='PPAPITest.WebSocket_UninitializedPropertiesAccess' Review URL: http://codereview.chromium.org/8816005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113227 0039d316-1c4b-4281-b951-d872f2087c98
-
rnk@chromium.org authored
TBR=timurrrr@chromium.org Review URL: http://codereview.chromium.org/8821027 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113226 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113225 0039d316-1c4b-4281-b951-d872f2087c98
-
yusukes@chromium.org authored
Part 1: http://codereview.chromium.org/8659033/ Part 2: http://codereview.chromium.org/8687027/ The basic design of the feature is that to add an input method object to DesktopHost to feed all KeyPress and KeyRelease events from the system message loop to the input method, and let the input method send IME results (e.g. composition text) to RenderWidgetHostViewAura or NativeWidgetAura as needed. RenderWidgetHostViewAura: - Just like RWHVV, implement ui::TextInputClient interface so that RWHVA could receive an event such as 'SetComposition' and 'InsertChar' from an input method object owned by DesktopHost. - Send a notification to the input method object on focus, blur, text input type change, etc. - OnKeyEvent() handler is now able to handle a non-native key event, e.g. a VKEY_PROCESSKEY event, which is fabricated by the input method editor. NativeWidgetAura: - Use views::InputMethodBridge instead of views::InputMethodIBus. - InputMethodBridge, which implements ui::TextInputClient interface, just receives IME results (e.g. composition text) from ui::InputMethod and forwards them to UI (e.g. a text field). - InputMethodBridge also receives a request like 'CancelComposition' from the UI and forwards the request to ui::InputMethod. DesktopHostLinux: - Creates and owns a ui::InputMethodIBusAura object. If IBus-1.4 is not available (e.g. Goobuntu), creates an instance of ui::MockInputMethod. - In Dispatch(), send a KeyPress and KeyRelease aura event to the input method. - Implement ui::InputMethodDelegate interface so that DesktopHostLinux could receive an key press and key release event which should be sent to NWA or RWHVA. Note that an "is_char" event is always sent directly from the input method to a TextInputClient. the ui::InputMethodDelegate is not used for that purpose. - ShouldSendCharEventForKeyboardCode() is moved to ui::InputMethod since DesktopHostLinux no longer generates a Char event. DesktopHostWin: - IME is not supported yet. Supported platforms: - Aura + Chrome OS (IME works!) - Aura + Chrome OS + TOUCH_UI (compiles, but virtual keyboard is not shown since views::TextInputTypeTracker is not ported to Aura yet.) - Aura + Linux, with and without IBus-1.4 - Aura + Windows (compiles, but IME does not work. views::InputMethodWin is not ported to Aura yet.) BUG=97261 TEST=ran aura_unittests Review URL: http://codereview.chromium.org/8576005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113224 0039d316-1c4b-4281-b951-d872f2087c98
-
vangelis@chromium.org authored
extensions to the command buffer and the WebGraphicsContext3D APIs. BUG=106142 TEST=unittests Review URL: http://codereview.chromium.org/8772033 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113223 0039d316-1c4b-4281-b951-d872f2087c98
-
kaznacheev@chromium.org authored
BUG=chromium-os:23803 TEST= Review URL: http://codereview.chromium.org/8819013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113221 0039d316-1c4b-4281-b951-d872f2087c98
-
cbentzel@chromium.org authored
BUG=95718 TBR=wtc@chromium.org TEST=waterfall.sh match Review URL: http://codereview.chromium.org/8816023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113220 0039d316-1c4b-4281-b951-d872f2087c98
-
cbentzel@chromium.org authored
BUG=106552 TBR=sky@chromium.org TEST=waterfall.sh match Review URL: http://codereview.chromium.org/8821025 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113219 0039d316-1c4b-4281-b951-d872f2087c98
-
jeremy@chromium.org authored
These stats were originally introduced to gauge the use of Hunspell vs the native spellchecker on OS X. Now that we know that Hunspell is hardly used, the code can be removed. BUG=69944 TEST=None Review URL: http://codereview.chromium.org/8805025 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113218 0039d316-1c4b-4281-b951-d872f2087c98
-
joi@chromium.org authored
TBR=aa@chromium.org BUG=106381 Review URL: http://codereview.chromium.org/8816022 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113217 0039d316-1c4b-4281-b951-d872f2087c98
-
mball@google.com authored
The new documentation is not using ezt anymore, so the filenames should not have an ezt suffix. BUG=None TEST=None Review URL: http://codereview.chromium.org/8821022 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113216 0039d316-1c4b-4281-b951-d872f2087c98
-
sadrul@chromium.org authored
BUG=106516 TEST=none Review URL: http://codereview.chromium.org/8816003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113215 0039d316-1c4b-4281-b951-d872f2087c98
-
serya@chromium.org authored
TEST=None BUG=chromium-os:23767 Review URL: http://codereview.chromium.org/8822009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113214 0039d316-1c4b-4281-b951-d872f2087c98
-
tfarina@chromium.org authored
BUG=43460 R=mirandac@chromium.org Review URL: http://codereview.chromium.org/8822012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113213 0039d316-1c4b-4281-b951-d872f2087c98
-
cbentzel@chromium.org authored
BUG=106549 TBR=asargent@chromium.org TEST=waterfall.sh match Review URL: http://codereview.chromium.org/8820018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113212 0039d316-1c4b-4281-b951-d872f2087c98
-