Bug 43759

Summary: Add zoom support for injected bundle
Product: WebKit Reporter: Sam Weinig <sam>
Component: WebKit2Assignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: ggaren
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: PC   
OS: OS X 10.5   
Attachments:
Description Flags
Patch ggaren: review+

Description Sam Weinig 2010-08-09 16:59:36 PDT
Add zoom support for injected bundle. After that, we should also add API for the UIProcess API.
Comment 1 Sam Weinig 2010-08-09 17:03:03 PDT
Created attachment 63954 [details]
Patch
Comment 2 Geoffrey Garen 2010-08-09 18:34:27 PDT
Comment on attachment 63954 [details]
Patch

WebKitTools/WebKitTestRunner/InjectedBundle/Bindings/EventSendingController.idl:40
 +          void zoomPageOut();
The inversion of noun and verb here is killing me! And like twelve kittens.

r=me
Comment 3 Geoffrey Garen 2010-08-09 18:34:58 PDT
(Inversion between "zoomPageOut" and "textZoomOut".)
Comment 4 Sam Weinig 2010-08-09 18:40:02 PDT
(In reply to comment #3)
> (Inversion between "zoomPageOut" and "textZoomOut".)

For everyone playing along at home, I can't change these since these are existing functions that tests use.
Comment 5 Sam Weinig 2010-08-09 18:43:25 PDT
Landed in r65029.