Bug 13042

Summary: Linux/gdk improvements
Product: WebKit Reporter: Krzysztof Kowalczyk <kkowalczyk>
Component: New BugsAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal    
Priority: P2    
Version: 523.x (Safari 3)   
Hardware: PC   
OS: OS X 10.4   
Attachments:
Description Flags
Linux\gdk improvements beidson: review+

Description Krzysztof Kowalczyk 2007-03-10 21:36:29 PST
Linux/gdk improvements
Comment 1 Krzysztof Kowalczyk 2007-03-10 21:38:01 PST
Created attachment 13583 [details]
Linux\gdk improvements

Add forward/backward/quit menus to gdklauncher for easier testing. Make FrameLoader:goBackOrForwards() work on gdk.
Comment 2 Brady Eidson 2007-03-11 15:27:01 PDT
Comment on attachment 13583 [details]
Linux\gdk improvements

+    notImplementedGdk(); // FIXME: possibly. Maybe implementation below is good enough.
+    return item != 0;

Probably good enough for now, I don't think you need the notImplementedGdk().
But maybe you should document it better for future enhancement.  IE - file a bug pending a future PolicyDelegate which would be the real "WebKit-way" of doing this  ;)

Otherwise, looks good!
Comment 3 Krzysztof Kowalczyk 2007-03-11 18:23:38 PDT
landed in r20105. Removed notImplemented() and added better (?) comment.