[gwt-contrib] Re: RR, code review request: merge HyperlinkOverride into Hyperlink widget

2008-12-02 Thread rjrjr
Reviewers: rjrjr, Message: This looks great to me, Alex. And I think you're doing as right a thing as you can WRT Chrome. Just a couple of nits noted below. http://codereview.appspot.com/8696/diff/1/4 File user/src/com/google/gwt/user/client/ui/impl/HyperlinkImplIE.java (right): http

[gwt-contrib] Re: Introducing DateBox.Format

2008-12-18 Thread rjrjr
Seems like we're missing a method from the Format interface? http://gwt-code-reviews.appspot.com/1201/diff/12/14 File user/src/com/google/gwt/user/datepicker/client/DateBox.java (right): http://gwt-code-reviews.appspot.com/1201/diff/12/14#newcode173 Line 173: Date parse(DateBox dateBox, String

[gwt-contrib] Re: PopupPanel style applied to wrong element on Firefox 3 for Mac

2009-01-05 Thread rjrjr
LGTM http://gwt-code-reviews.appspot.com/1401 --~--~-~--~~~---~--~~ http://groups.google.com/group/Google-Web-Toolkit-Contributors -~--~~~~--~~--~--~---

[gwt-contrib] Re: PopupPanel breaking change with new PreviewNativeEvent

2009-01-14 Thread rjrjr
http://gwt-code-reviews.appspot.com/2204/diff/1/2 File user/src/com/google/gwt/user/client/ui/PopupPanel.java (right): http://gwt-code-reviews.appspot.com/2204/diff/1/2#newcode787 Line 787: DOM.addEventPreview(this); Seems like you should document here (and above in Hide) that you're using both

[gwt-contrib] Adds formValue accessors to CheckBox, and deprecates redundant checked methods

2009-01-14 Thread rjrjr
Reviewers: ecc, jgw, Description: This patch provides access to the underlying InputElement's value property, and deprecates the old isChecked / setChecked methods that are redundant with those implemented for HasValue. In the process, I converted CheckBox to use the new Element methods instead

[gwt-contrib] Re: Proposed tweaks to the new event infrastructure

2009-01-15 Thread rjrjr
http://gwt-code-reviews.appspot.com/2205/diff/1/24 File user/src/com/google/gwt/user/client/ui/Widget.java (left): http://gwt-code-reviews.appspot.com/2205/diff/1/24#oldcode53 Line 53: public final HandlerManager getHandlers() { On 2009/01/15 14:53:37, ecc wrote: I think that would be a much

[gwt-contrib] Re: Change setSelectsFirstItem's name

2009-01-15 Thread rjrjr
LGTM http://gwt-code-reviews.appspot.com/2007 --~--~-~--~~~---~--~~ http://groups.google.com/group/Google-Web-Toolkit-Contributors -~--~~~~--~~--~--~---

[gwt-contrib] Code Review for 1.6: Removes unused HasHandlers#isEventHandled

2009-01-21 Thread rjrjr
Reviewers: jgw, ecc, Description: This patch gets rid of the unused isEventHandled call on the new HasHandlers interface. It is meant to be applied to the releases/1.6 branch. Please review this at http://gwt-code-reviews.appspot.com/2209 Affected files:

[gwt-contrib] Re: Code Review for 1.6: Removes unused HasHandlers#isEventHandled

2009-01-21 Thread rjrjr
Committed to releases/1.6 @r4509 On 2009/01/21 21:46:53, jgw wrote: On 2009/01/21 19:04:33, rjrjr wrote: LGTM. I can't think of any use case that really justifies adding this extra complexity to the HasHandlers interface (certainly not one that couldn't be easily worked around). The fact

[gwt-contrib] Code review: update 1.6 branch-info.txt

2009-01-22 Thread rjrjr
Reviewers: jgw, Description: Updates 1.6 branch-info.txt to reflect today's merge (490:4497,4498:4511). () to be updated when merge lands. Note that --accept=postpone has been dropped. svn says there is no such thing. Please review this at http://gwt-code-reviews.appspot.com/2011 Affected

[gwt-contrib] Code Review for 1.6: Restore HasChangeEventHandlers to TextBoxBase

2009-01-28 Thread rjrjr
Reviewers: jgw, Description: This change restores TextBoxBase's implementation of HasChangeEventHandlers We recently removed TextBox's implementation of HasChangeEventHandlers, reasoning that it was redundant with its implementation of HasValueChangeString. As I struggle to integrate this

[gwt-contrib] Re: Code Review for 1.6: Restore HasChangeEventHandlers to TextBoxBase

2009-01-29 Thread rjrjr
On 2009/01/29 17:37:23, jlabanca wrote: LGTM Thanks, submitted @r4583 http://gwt-code-reviews.appspot.com/2401 --~--~-~--~~~---~--~~ http://groups.google.com/group/Google-Web-Toolkit-Contributors -~--~~~~--~~--~--~---

[gwt-contrib] Re: merge OOPHM hosted.html

2009-02-06 Thread rjrjr
LGTM! http://gwt-code-reviews.appspot.com/2804 --~--~-~--~~~---~--~~ http://groups.google.com/group/Google-Web-Toolkit-Contributors -~--~~~~--~~--~--~---

[gwt-contrib] fix to issue 3277

2009-02-09 Thread rjrjr
Reviewers: spoon, jaimeyap, Message: Is there really no test coverage for this? Description: http://code.google.com/p/google-web-toolkit/issues/detail?id=3277 Please review this at http://gwt-code-reviews.appspot.com/4802 Affected files:

[gwt-contrib] Re: Tweak HasKeyPreview deprecation message

2009-02-12 Thread rjrjr
Committed @r4708 http://gwt-code-reviews.appspot.com/4804 --~--~-~--~~~---~--~~ http://groups.google.com/group/Google-Web-Toolkit-Contributors -~--~~~~--~~--~--~---

[gwt-contrib] Re: review for issue 249 fix

2009-02-24 Thread rjrjr
LGTM http://gwt-code-reviews.appspot.com/7801 --~--~-~--~~~---~--~~ http://groups.google.com/group/Google-Web-Toolkit-Contributors -~--~~~~--~~--~--~---

[gwt-contrib] Fix javadoc in MenuItem

2009-02-25 Thread rjrjr
Reviewers: bruce, Description: GWT issue 434 Please review this at http://gwt-code-reviews.appspot.com/7803 Affected files: user/src/com/google/gwt/user/client/ui/MenuItem.java Index: user/src/com/google/gwt/user/client/ui/MenuItem.java

[gwt-contrib] Re: Fix javadoc in MenuItem

2009-02-25 Thread rjrjr
That was kind of terse, wasn't it? This is a one line javadoc fix to eradicate a confusing lie in MenuItem. http://gwt-code-reviews.appspot.com/7803 --~--~-~--~~~---~--~~ http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: Fix javadoc in MenuItem

2009-02-26 Thread rjrjr
Committed revision 4880. http://gwt-code-reviews.appspot.com/7803 --~--~-~--~~~---~--~~ http://groups.google.com/group/Google-Web-Toolkit-Contributors -~--~~~~--~~--~--~---

[gwt-contrib] Fix serializability of StackTraceElement

2009-03-03 Thread rjrjr
Reviewers: robertvawter, Description: When StackTraceElement became emulated and therefore useful, it stopped being serializable. This patch introduces a custom field serializer for it, and extends existing tests to cover it. Please review this at http://gwt-code-reviews.appspot.com/9802

[gwt-contrib] RadioButtons should not fire ValueChange when aleady checked

2009-03-09 Thread rjrjr
Reviewers: jgw, Description: Fix for issue 3454, RadioButtons fire ValueChangeEvents when clicked even when value does not change http://code.google.com/p/google-web-toolkit/issues/detail?id=3454 But it ain't working yet. Joel, RadioButtonTest#testValueChangeViaLabelClick fails, though its

[gwt-contrib] Re: RadioButtons should not fire ValueChange when aleady checked

2009-03-10 Thread rjrjr
http://gwt-code-reviews.appspot.com/11801/diff/1/2 File user/src/com/google/gwt/user/client/ui/CheckBox.java (right): http://gwt-code-reviews.appspot.com/11801/diff/1/2#newcode142 Line 142: } Nope, but a nice try. What I actually had to do was extend the override of Widget#sinkEvents to apply

[gwt-contrib] Make sure JRE can init DateBox (for mocking purposes)

2009-03-11 Thread rjrjr
Reviewers: jgw, Description: http://code.google.com/p/google-web-toolkit/issues/detail?id=3464 Fixes problem where if you try to create a mock instance of DateBox (e.g. via easymock classextension), you fail with an NPE in LocaleInfo.ensureDateTimeConstants. Extends ClassInitTest to cover date

[gwt-contrib] Adds deprecation links

2009-03-16 Thread rjrjr
Reviewers: jgw, Description: Addresses issue 3427, Need to improve @deprecated javadocs for new event handler system Please review this at http://gwt-code-reviews.appspot.com/12806 Affected files: user/src/com/google/gwt/user/client/ui/ChangeListener.java

[gwt-contrib] Make DisclosurePanelImagesRTL public

2009-03-16 Thread rjrjr
Reviewers: jlabanca, Description: This makes DisclosurePanelImagesRTL into a public interface, to allow apps to combine it into a larger ImageBundle to be passed to the DisclosurePanel(ImageBundle) constructor. Please review this at http://gwt-code-reviews.appspot.com/12807 Affected files:

[gwt-contrib] Make MenuBar#selectItem public

2009-03-16 Thread rjrjr
Reviewers: jlabanca, Description: This patch makes MenuBar#selectItem public, with an eye toward allowing keyboard menu control. Please review this at http://gwt-code-reviews.appspot.com/13801 Affected files: user/src/com/google/gwt/user/client/ui/MenuBar.java

[gwt-contrib] Re: New StyleSheetLoader class

2009-03-18 Thread rjrjr
http://gwt-code-reviews.appspot.com/13802/diff/1/13 File samples/styleloader/src/com/google/gwt/sample/styleloader/client/StyleLoader.java (right): http://gwt-code-reviews.appspot.com/13802/diff/1/13#newcode34 Line 34: public class StyleLoader implements EntryPoint { Presuming we go straight to

[gwt-contrib] Re: Fix ImageBundleBuilder de-duplication

2009-03-27 Thread rjrjr
http://gwt-code-reviews.appspot.com/15802 --~--~-~--~~~---~--~~ http://groups.google.com/group/Google-Web-Toolkit-Contributors -~--~~~~--~~--~--~---

[gwt-contrib] Re: Fix ImageBundleBuilder de-duplication

2009-03-27 Thread rjrjr
With my stupid question about the test answered offline, LGTM http://gwt-code-reviews.appspot.com/15802 --~--~-~--~~~---~--~~ http://groups.google.com/group/Google-Web-Toolkit-Contributors -~--~~~~--~~--~--~---

[gwt-contrib] Re: Add StyleInjector to GWT trunk

2009-04-01 Thread rjrjr
http://gwt-code-reviews.appspot.com/15803/diff/1/4 File user/src/com/google/gwt/dom/client/StyleInjector.java (right): http://gwt-code-reviews.appspot.com/15803/diff/1/4#newcode42 Line 42: return injectStyleSheet(contents); You're ignoring element. How can you get away with that? Your public

[gwt-contrib] Re: Add StyleInjector to GWT trunk

2009-04-03 Thread rjrjr
LGTM Some nits, do with them what you will and commit this puppy. http://gwt-code-reviews.appspot.com/15803/diff/4001/4004 File user/src/com/google/gwt/dom/client/StyleInjector.java (right): http://gwt-code-reviews.appspot.com/15803/diff/4001/4004#newcode35 Line 35: head).getItem(0)); line

[gwt-contrib] Re: DOMImplIE6.getZoomMultiple() divide by zero error

2009-04-06 Thread rjrjr
LGTM And I agree with putting this on the 1.6 branch, but it's Bruce's call http://gwt-code-reviews.appspot.com/17801 --~--~-~--~~~---~--~~ http://groups.google.com/group/Google-Web-Toolkit-Contributors -~--~~~~--~~--~--~---

[gwt-contrib] Extends ClassInitTest (the mockability test) to cover com.google.gwt.dom.client

2009-04-16 Thread rjrjr
Reviewers: jlabanca, Description: Extends ClassInitTest (the mockability test) to ensure the mockability of classes in com.google.gwt.dom.client, and fixes a couple of spots where they weren't. Please review this at http://gwt-code-reviews.appspot.com/20803 Affected files:

[gwt-contrib] Re: Extends ClassInitTest (the mockability test) to cover com.google.gwt.dom.client

2009-04-17 Thread rjrjr
On 2009/04/16 21:42:02, jlabanca wrote: LGTM Holding off on this. The JSOs are full of final methods, and so not mockable. Need to think about how to get interfaces involved, and if it's worth the bother. http://gwt-code-reviews.appspot.com/20803

[gwt-contrib] Re: HandlerManager throws NPE if last handler is removed twice

2009-04-21 Thread rjrjr
http://gwt-code-reviews.appspot.com/25801/diff/1/3 File user/src/com/google/gwt/event/shared/HandlerManager.java (right): http://gwt-code-reviews.appspot.com/25801/diff/1/3#newcode101 Line 101: } Could be a little simpler--you don't really need an else case: boolean result = false; if (l !=

[gwt-contrib] Fix failed assert in UIObject#toString

2009-04-22 Thread rjrjr
Reviewers: jlabanca, Description: Fixes issue 3586 Please review this at http://gwt-code-reviews.appspot.com/29801 Affected files: user/src/com/google/gwt/user/client/ui/UIObject.java user/test/com/google/gwt/user/client/ui/UIObjectTest.java Index:

[gwt-contrib] Re: Allow users to disable keyboard support in FastTree

2009-05-05 Thread rjrjr
LGTM Nice. I like the test in particular. Hurray for fake events! But that said, did you run the test on IE? I've been bitten by its event handling lately. http://gwt-code-reviews.appspot.com/32801 --~--~-~--~~~---~--~~

[gwt-contrib] Fix for issue 3508 (Clicking on a CheckBox's label triggers two click events)

2009-05-07 Thread rjrjr
Reviewers: jlabanca, Description: CheckBoxes were sending two click events when their labels were clicked, due to trickery going on to send ValueChangeEvents only when appropriate. I've moved all the trickery down to RadioButton, the only place it is actually needed, and filter out click events

[gwt-contrib] Re: Fix MenuBar JavaDoc

2009-05-12 Thread rjrjr
LGTM http://gwt-code-reviews.appspot.com/33805 --~--~-~--~~~---~--~~ http://groups.google.com/group/Google-Web-Toolkit-Contributors -~--~~~~--~~--~--~---

[gwt-contrib] Re: Fix checkstyle errors in CheckBox

2009-05-12 Thread rjrjr
LGTM http://gwt-code-reviews.appspot.com/33806 --~--~-~--~~~---~--~~ http://groups.google.com/group/Google-Web-Toolkit-Contributors -~--~~~~--~~--~--~---

[gwt-contrib] Re: Add FlexTable.removeAllRows() and HTMLTable.clear(true)

2009-05-12 Thread rjrjr
http://gwt-code-reviews.appspot.com/33807/diff/1/3 File user/src/com/google/gwt/user/client/ui/HTMLTable.java (right): http://gwt-code-reviews.appspot.com/33807/diff/1/3#newcode728 Line 728: cleanCell(row, col, clearInnerHTML); Rather than relying on the existing, one by one clearInnerHTML

[gwt-contrib] Re: Cancelling onWindowClose loops infinitely with hash only URL change

2009-05-13 Thread rjrjr
LGTM http://gwt-code-reviews.appspot.com/33810 --~--~-~--~~~---~--~~ http://groups.google.com/group/Google-Web-Toolkit-Contributors -~--~~~~--~~--~--~---

[gwt-contrib] Re: TreeItem.setWidget deletes state/content of the widget that is replaced

2009-05-13 Thread rjrjr
LGTM http://gwt-code-reviews.appspot.com/33812 --~--~-~--~~~---~--~~ http://groups.google.com/group/Google-Web-Toolkit-Contributors -~--~~~~--~~--~--~---

[gwt-contrib] Re: Fix for issue 3527 (ButtonElement.disabled has wrong type)

2009-05-15 Thread rjrjr
http://gwt-code-reviews.appspot.com/33823/diff/1/3 File user/src/com/google/gwt/dom/client/InputElement.java (right): http://gwt-code-reviews.appspot.com/33823/diff/1/3#newcode234 Line 234: return this.readOnly; Shouldn't you coerce this as well, then? And the various other boolean returns in

[gwt-contrib] Re: Fix for issue 3527 (ButtonElement.disabled has wrong type)

2009-05-15 Thread rjrjr
LGTM with one caveat: http://gwt-code-reviews.appspot.com/33823/diff/1007/1010 File user/src/com/google/gwt/dom/client/TextAreaElement.java (right): http://gwt-code-reviews.appspot.com/33823/diff/1007/1010#newcode109 Line 109: return this.readOnly; gotcha

[gwt-contrib] Fix for issue 2902 (mouse-wheel broken on Firefox 3)

2009-05-15 Thread rjrjr
Reviewers: jgw, jlabanca, Message: LGTM Please review this at http://gwt-code-reviews.appspot.com/33820 Affected files: M user/src/com/google/gwt/event/dom/client/MouseWheelEvent.java Index: user/src/com/google/gwt/event/dom/client/MouseWheelEvent.java

[gwt-contrib] Re: Add @external to CssResource

2009-05-20 Thread rjrjr
http://gwt-code-reviews.appspot.com/33827/diff/1/12 File user/src/com/google/gwt/resources/client/CssResource.java (right): http://gwt-code-reviews.appspot.com/33827/diff/1/12#newcode229 Line 229: * recommended as the default behavior for CssResources. hindsightShould have made it the default

[gwt-contrib] RadioButtons were not sinking click events

2009-05-20 Thread rjrjr
Reviewers: scottb, Description: Fix for http://code.google.com/p/google-web-toolkit/issues/detail?id=3679 Please review this at http://gwt-code-reviews.appspot.com/34817 Affected files: user/src/com/google/gwt/user/client/ui/RadioButton.java Index:

[gwt-contrib] Re: RR : Begin migration of CssResource to strict-by-default behavior

2009-05-29 Thread rjrjr
http://gwt-code-reviews.appspot.com/34824/diff/1/3 File user/src/com/google/gwt/resources/rg/CssResourceGenerator.java (right): http://gwt-code-reviews.appspot.com/34824/diff/1/3#newcode221 Line 221: + using an @external declaration for unobfuscated classes.); ...for obfuscated classes, or

[gwt-contrib] Re: RR : Begin migration of CssResource to strict-by-default behavior

2009-05-29 Thread rjrjr
LGTM http://gwt-code-reviews.appspot.com/34824 --~--~-~--~~~---~--~~ http://groups.google.com/group/Google-Web-Toolkit-Contributors -~--~~~~--~~--~--~---

[gwt-contrib] Simpler eventSink calls in RadioButton

2009-06-05 Thread rjrjr
Reviewers: jlabanca, Description: John, if you have a moment... Please review this at http://gwt-code-reviews.appspot.com/33844 Affected files: reference/code-museum/src/com/google/gwt/museum/client/defaultmuseum/DefaultMuseum.java

[gwt-contrib] Re: Custom tag constructor for HTMLPanel

2009-06-12 Thread rjrjr
[+ contrib] http://gwt-code-reviews.appspot.com/39802 --~--~-~--~~~---~--~~ http://groups.google.com/group/Google-Web-Toolkit-Contributors -~--~~~~--~~--~--~---

[gwt-contrib] Re: Use LinkedHashMap in Showcase AbsolutePanel example to ensure order

2009-07-08 Thread rjrjr
LGTM http://gwt-code-reviews.appspot.com/47811 --~--~-~--~~~---~--~~ http://groups.google.com/group/Google-Web-Toolkit-Contributors -~--~~~~--~~--~--~---

[gwt-contrib] Introduces FakeMessagesMaker

2009-07-08 Thread rjrjr
Reviewers: scottb, Description: Brian Stoler cooked up this dynamic proxy factory to allow JUnit tests of objects that rely on generated Messages classes. Is this the right package for it? GWTMockUtilities live here so it seemed right. What suite can I wire the unit test into? Please review

[gwt-contrib] Re: Custom tag constructor for HTMLPanel

2009-07-08 Thread rjrjr
Forgot about this during my vacation. In it goes. Committed revision 5694. On 2009/06/12 21:22:50, jgw wrote: On 2009/06/12 21:20:50, jgw wrote: Ray: That won't really protect anyone from anything, as they could just call DOM.createElement(bugger) and hand that in. Also, accepting an

[gwt-contrib] Re: Custom tag constructor for HTMLPanel

2009-07-10 Thread rjrjr
Committed revision 5711. On 2009/07/09 00:02:01, Ray Ryan wrote: Forgot about this during my vacation. In it goes. Committed revision 5694. On 2009/06/12 21:22:50, jgw wrote: On 2009/06/12 21:20:50, jgw wrote: Ray: That won't really protect anyone from anything, as they could just

[gwt-contrib] Re: test in dev jni are overly aggressive

2009-07-10 Thread rjrjr
LGTM http://gwt-code-reviews.appspot.com/47812 --~--~-~--~~~---~--~~ http://groups.google.com/group/Google-Web-Toolkit-Contributors -~--~~~~--~~--~--~---

[gwt-contrib] Fix import order and param type warnings in TestSetValidator

2009-07-15 Thread rjrjr
Reviewers: amitmanjhi, Description: Fix bad import order in TestSetValidator.java, and update gwt.import order to ensure it stays fixed. Also fix param type warnings. Please review this at http://gwt-code-reviews.appspot.com/51803 Affected files: eclipse/settings/code-style/gwt.importorder

[gwt-contrib] New lib jars to allow easyMock in tests

2009-07-16 Thread rjrjr
Reviewers: , Description: I'm adding a few new libs to svn/tools, to allow use of easyMock in some tests that are slated to be comitted soon. Note that no production code leans on these yet, although I expect that will change as we provide better test utilities for GWT users. For now they're

[gwt-contrib] Once more: HTMLPanel with custom root, now IE-proof

2009-07-20 Thread rjrjr
Reviewers: jgw, Description: Hey Joel, remember this? I had to roll it back because it didn't work on IE as it was before--IE is finicky about just where and how you write to innerHTML. Can you re-review this robustificated version? Please review this at

[gwt-contrib] Tweak docs for Event#addNativePreviewHandler to warn of multi-app fail

2009-07-28 Thread rjrjr
Reviewers: jlabanca, Description: Adds a warning to the javadoc for Event#addNativePreviewHandler explaining its cross-app limitations. Please review this at http://gwt-code-reviews.appspot.com/51821 Affected files: user/src/com/google/gwt/user/client/Event.java Index:

[gwt-contrib] Re: Issue 3903 Add noscript tag to template HTML page

2009-07-30 Thread rjrjr
http://gwt-code-reviews.appspot.com/51825/diff/1/5 File user/src/com/google/gwt/user/tools/AppHtml.htmlsrc (right): http://gwt-code-reviews.appspot.com/51825/diff/1/5#newcode41 Line 41: !-- RECOMMENDED if you web app will not function without JavaScript enabled -- if you - if your

[gwt-contrib] Hello UiBinder

2009-08-04 Thread rjrjr
Reviewers: jgw, Description: Introduces UiBinder http://code.google.com/p/google-web-toolkit-incubator/wiki/UiBinder The actual source code has been through thorough code review over the last year+ of use in various Google projects, including the new AdWords UI and Wave. Feedback and criticism

[gwt-contrib] Re: Hello UiBinder

2009-08-04 Thread rjrjr
On 2009/08/04 17:44:38, Ray Ryan wrote: A question for the group: the stuff under rebind and parsers should not be considered public API, it's just not ready for that. Is javadoc to that effect enough of a deterrent? (Although I suppose the fact that you can't actually make your own parsers and

[gwt-contrib] Re: Hello UiBinder

2009-08-04 Thread rjrjr
http://gwt-code-reviews.appspot.com/51831/diff/1/2 File eclipse/user/.classpath (right): http://gwt-code-reviews.appspot.com/51831/diff/1/2#newcode19 Line 19: classpathentry kind=var path=GWT_TOOLS/lib/easymock/easymockclassextension.jar

[gwt-contrib] Re: Patch for issue 1112 (Add InsertPanel interface)

2009-08-10 Thread rjrjr
On 2009/08/10 14:37:10, jgw wrote: Does this address the problems Scott noted in the issue tracker, or did you decide they're livable? Is there a test we can extend to cover this case if not? Quoth he: I tried a few variations of adding/inserting an already attached child. I found one that

[gwt-contrib] Fix non-fatal WeakMapping compile errors

2009-08-11 Thread rjrjr
LGTM http://gwt-code-reviews.appspot.com/57810 --~--~-~--~~~---~--~~ http://groups.google.com/group/Google-Web-Toolkit-Contributors -~--~~~~--~~--~--~---

[gwt-contrib] Re: Issue 3903 (cont'd) Add noscript tag to existing HTML pages

2009-08-14 Thread rjrjr
In the spirit of no good deed goes unpunished, can I talk you into a) eradicating the tab characters in all of these samples; b) replacing your message markup with the following and; c) revisiting your old patch and do the same? div style=width:22em; position:absolute; left: 50%;

[gwt-contrib] Re: Fix potential deRPC backref ident mismatch

2009-08-19 Thread rjrjr
LGTM http://gwt-code-reviews.appspot.com/61803 --~--~-~--~~~---~--~~ http://groups.google.com/group/Google-Web-Toolkit-Contributors -~--~~~~--~~--~--~---

[gwt-contrib] Re: Formalize default filename extensions for ClientBundle

2009-08-19 Thread rjrjr
This is a nice cleanup, but I have questions about your annotation search http://gwt-code-reviews.appspot.com/61802/diff/1011/18 File user/src/com/google/gwt/resources/ext/ResourceGeneratorUtil.java (right): http://gwt-code-reviews.appspot.com/61802/diff/1011/18#newcode135 Line 135: public

[gwt-contrib] Re: Formalize default filename extensions for ClientBundle

2009-08-19 Thread rjrjr
LGTM w/a couple of javadoc tweaks. http://gwt-code-reviews.appspot.com/61802/diff/28/1039 File dev/core/src/com/google/gwt/core/ext/typeinfo/JClassType.java (right): http://gwt-code-reviews.appspot.com/61802/diff/28/1039#newcode368 Line 368: * which this type is assignable. Annotations present

[gwt-contrib] Re: Fix the xerces interoperability with AppEngine

2009-08-19 Thread rjrjr
LGTM http://gwt-code-reviews.appspot.com/61807 --~--~-~--~~~---~--~~ http://groups.google.com/group/Google-Web-Toolkit-Contributors -~--~~~~--~~--~--~---

[gwt-contrib] Now with fake constants

2009-08-19 Thread rjrjr
Reviewers: , Description: This is an internal contribution that extends FakeMessagesMaker to work with Constants as well. I'll submit it if the c-build every turns green again. Please review this at http://gwt-code-reviews.appspot.com/61808 Affected files:

[gwt-contrib] Re: Add AsyncProxy.InstanceField annotation

2009-08-21 Thread rjrjr
If we really need this to be an optional mechanism, make it opt out: @Singleton(false) and if the annotation is not provided, the static treatment is generated http://gwt-code-reviews.appspot.com/56804 --~--~-~--~~~---~--~~

[gwt-contrib] Re: Add AsyncProxy.InstanceField annotation

2009-08-21 Thread rjrjr
http://gwt-code-reviews.appspot.com/56804/diff/1005/7 File user/src/com/google/gwt/user/client/AsyncProxy.java (right): http://gwt-code-reviews.appspot.com/56804/diff/1005/7#newcode54 Line 54: * private IFoo fooOrProxy = GWT.create(FooProxy.class); static Why not just create the static field

[gwt-contrib] Allow arbitrary Files to be injected into the ClientBundle source lookup mechanism

2009-08-26 Thread rjrjr
LGTM http://gwt-code-reviews.appspot.com/61814 --~--~-~--~~~---~--~~ http://groups.google.com/group/Google-Web-Toolkit-Contributors -~--~~~~--~~--~--~---

[gwt-contrib] Add a utility visitor to extract all CSS class selector names used in a stylesheet

2009-08-26 Thread rjrjr
LGTM http://gwt-code-reviews.appspot.com/62806 --~--~-~--~~~---~--~~ http://groups.google.com/group/Google-Web-Toolkit-Contributors -~--~~~~--~~--~--~---

[gwt-contrib] Introduces {field.references} to UiBinder, and deprecates xmlns uri:with hackery

2009-08-27 Thread rjrjr
Reviewers: jgw, Message: Joel, if you would be so kind. This is a prerequisite for http://code.google.com/p/google-web-toolkit/issues/detail?id=3984, ClientBundle via ui.xml. Please review this at http://gwt-code-reviews.appspot.com/61817 Affected files: M

[gwt-contrib] Re: Introduces {field.references} to UiBinder, and deprecates xmlns uri:with hackery

2009-08-28 Thread rjrjr
Just updated this with checkstyle fixes. http://gwt-code-reviews.appspot.com/61817 --~--~-~--~~~---~--~~ http://groups.google.com/group/Google-Web-Toolkit-Contributors -~--~~~~--~~--~--~---

[gwt-contrib] Re: Introduces {field.references} to UiBinder, and deprecates xmlns uri:with hackery

2009-09-01 Thread rjrjr
On 2009/08/28 17:57:29, jgw wrote: (Ray and I just sat down together and went over the design in detail) LGTM. Committed at r6059 http://gwt-code-reviews.appspot.com/61817 --~--~-~--~~~---~--~~ http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: Now with fake constants

2009-09-01 Thread rjrjr
On 2009/08/20 03:03:32, Ray Ryan wrote: Committed r6063 http://gwt-code-reviews.appspot.com/61808 --~--~-~--~~~---~--~~ http://groups.google.com/group/Google-Web-Toolkit-Contributors -~--~~~~--~~--~--~---

[gwt-contrib] Re: Eliminates deprecated UiBinder#createRoot and #bindUi

2009-09-01 Thread rjrjr
On 2009/09/01 18:54:10, jgw wrote: On 2009/08/31 21:24:06, Ray Ryan wrote: Joel, can you take this review? LGTM. Nice to see it all cleaned up like that. Committed at r6062 http://gwt-code-reviews.appspot.com/62810 --~--~-~--~~~---~--~~

[gwt-contrib] Re: Now with fake constants

2009-09-01 Thread rjrjr
On 2009/09/01 22:18:35, Ray Ryan wrote: On 2009/08/20 03:03:32, Ray Ryan wrote: Committed r6063 Aaaand rolled back at r6067 before it can break the build. http://gwt-code-reviews.appspot.com/61808 --~--~-~--~~~---~--~~

[gwt-contrib] Hello ui:style

2009-09-02 Thread rjrjr
Reviewers: jgw, Message: Lays out the groundwork for http://code.google.com/p/google-web-toolkit/issues/detail?id=3984 ui:style source=foo.css type=com.me.and.MyCss / now works. It implies a CssResource of type MyCss, provided by file foo.css, accessible as if it had ui:field=style. We generate

[gwt-contrib] Re: Hello ui:style

2009-09-02 Thread rjrjr
Okay, name - field was trivial, done. http://gwt-code-reviews.appspot.com/64801 --~--~-~--~~~---~--~~ http://groups.google.com/group/Google-Web-Toolkit-Contributors -~--~~~~--~~--~--~---

[gwt-contrib] Re: Hello ui:style

2009-09-03 Thread rjrjr
Thanks. Updated with some checkstyle fixes. Running tests, should submit soon. http://gwt-code-reviews.appspot.com/64801 --~--~-~--~~~---~--~~ http://groups.google.com/group/Google-Web-Toolkit-Contributors -~--~~~~--~~--~--~---

[gwt-contrib] Re: Introducing anonymous CssResources

2009-09-08 Thread rjrjr
Lex has volunteered to take the review http://gwt-code-reviews.appspot.com/65805 --~--~-~--~~~---~--~~ http://groups.google.com/group/Google-Web-Toolkit-Contributors -~--~~~~--~~--~--~---

[gwt-contrib] Fixes double escaping bug in UiBinder messages

2009-09-08 Thread rjrjr
Reviewers: Lex, Message: We were double escaping the contents of placeholders inside HTML messages. E.g., p ui:msgI would 'like' a span ui:field='foo''single'/span quote /ui:msg /p rendered as: I would 'like' a ''single'' quote There was already a mechanism in place

[gwt-contrib] Re: Style setProperty should not change the type from int to double

2009-09-09 Thread rjrjr
On 2009/09/09 16:53:02, Ray Ryan wrote: I don't understand how this fixes anything. What's the actual test failure? But this strikes me as a bug in HTMLUnit. Browsers are converting 42.0px to 42px, and HTMLUnit isn't. Can we get the fix made where it belongs?

[gwt-contrib] Re: Style setProperty should not change the type from int to double

2009-09-09 Thread rjrjr
On Wed, Sep 9, 2009 at 10:53 AM, Frank Lin f...@google.com wrote: I would argue that is also our code to fix. In Style.java, we implicitly change an int to a double. So in the case, 42 was changed to 42.0 and we were relied on browser to correct it for us. In the case of passing a real double

[gwt-contrib] Re: Introduces inline styles to ui.xml files

2009-09-10 Thread rjrjr
On 2009/09/10 19:54:05, Ray Ryan wrote: Committed r6114 http://gwt-code-reviews.appspot.com/64812 --~--~-~--~~~---~--~~ http://groups.google.com/group/Google-Web-Toolkit-Contributors -~--~~~~--~~--~--~---

[gwt-contrib] Re: Wrap onLoad/Unload in a try block if UncaughtExceptionHandler is present

2009-09-14 Thread rjrjr
On 2009/09/14 20:23:31, jlabanca wrote: So the UncaughtExceptionHandler violates finally? Isn't that a pretty fundamental problem? http://gwt-code-reviews.appspot.com/64815 --~--~-~--~~~---~--~~ http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: Fix an potential illegal state transition in CollapsiblePanel

2009-09-21 Thread rjrjr
You've told Rietveld that this is a patch on gwt, note incubator. Can you fix that? http://gwt-code-reviews.appspot.com/68802 --~--~-~--~~~---~--~~ http://groups.google.com/group/Google-Web-Toolkit-Contributors

[gwt-contrib] Re: Set cache headers properly in embedded Jetty for hosted mode

2009-09-21 Thread rjrjr
If Bob and Kelly haven't objected to this by, say, lunch time tomorrow, can we get it submitted? This issue continues to bite people, and it would be nice to see it fixed before MS1 freezes RSN. http://gwt-code-reviews.appspot.com/56807 --~--~-~--~~~---~--~~

[gwt-contrib] source - src in ui:style

2009-09-21 Thread rjrjr
com.google.gwt.uibinder.rebind.model.OwnerField; * document. */ public class UiBinderParser { + private static final String FIELD_ATTRIBUTE = field; + private static final String SOURCE_ATTRIBUTE = src; + // TODO(rjrjr) Make all the ElementParsers receive their dependencies via // constructor like this one does

[gwt-contrib] Re: Adds parsers for Dock Stack layout panels. Updates Mail sample to use UiBinder.

2009-09-22 Thread rjrjr
I'm still reviewing, but I thought I should get this AttributeParser issue in front of you early. http://gwt-code-reviews.appspot.com/68805/diff/1/24 File user/src/com/google/gwt/uibinder/parsers/DockLayoutPanelParser.java (right): http://gwt-code-reviews.appspot.com/68805/diff/1/24#newcode68

[gwt-contrib] Re: Adds parsers for Dock Stack layout panels. Updates Mail sample to use UiBinder.

2009-09-22 Thread rjrjr
Still LGTM I mean one rethrow nit below HERE http://gwt-code-reviews.appspot.com/68805/diff/1/24 File user/src/com/google/gwt/uibinder/parsers/DockLayoutPanelParser.java (right): http://gwt-code-reviews.appspot.com/68805/diff/1/24#newcode115 Line 115: writer.die(Unexpected: Unable to find %s

[gwt-contrib] Changes served location of UiBinder's xhtml.ent from svn to downloads

2009-09-25 Thread rjrjr
Reviewers: jgw, Message: Joel, this is to change the served location of xhtml.ent after discussion with Andrew Please review this at http://gwt-code-reviews.appspot.com/72801 Affected files: M user/src/com/google/gwt/uibinder/rebind/GwtResourceEntityResolver.java M

[gwt-contrib] Re: Changes served location of UiBinder's xhtml.ent from svn to downloads

2009-09-25 Thread rjrjr
Can you look again? One of my unit tests was passing vacuously, and I also wasn't being strict enough when matching short circuited resource paths (needed to look for trailing '/' too). http://gwt-code-reviews.appspot.com/72801 --~--~-~--~~~---~--~~

[gwt-contrib] Re: Support more structured GWT versions for 2.0+

2009-09-25 Thread rjrjr
John, this seems awfully complicated, and a lot of that complixity is in support of big public API that as far as I can see is unused. Is all of this really necessary for us to tell that 2.0.0-rc 2.0.0, or whatever convention it was that we settled on? I also don't think this should gate

  1   2   3   4   5   6   7   8   9   10   >