1. 631f324 Adding table rendering tests to micro benchmarks. Table rendering tests are multiple orders of magnitude slower than the existing basic tests, so I seperated them into a seperate mirco benchmark. I modified WidgetCreation so it could be used for both instead of copying udles of code. You can see the app running at http://jlabanca-testing.appspot.com/. by jlabanca@google.com · 14 years ago
  2. d54a4bd Mirroring got broken around the merge from branches/2.1, although I'm by gwt.mirrorbot@gmail.com · 15 years ago
  3. 9ecd924 Adds a test for using querySelectorAll instead of getElementById. Faster, but by rjrjr@google.com · 15 years ago
  4. ff7bc12 Adds more widget creation benchmarks. to compare creating via innerHTML v. dom by rjrjr@google.com · 15 years ago
  5. e035510 Introduces Microbenchmarks app in references. At the moment there by rjrjr@google.com · 15 years ago
  6. 63f9676 Fixing svn props on many java files where this was missing. by scottb@google.com · 15 years ago
  7. e0309fa Allows multiple GWT apps to preview native events in IE. by jlabanca@google.com · 15 years ago
  8. 7ea603a Recommitting r6024, r6022, r6021, and r6020. by jlabanca@google.com · 16 years ago
  9. 50b621a Rolling back changes that broke the continuous build. $ svn merge -r6024:6018 . by bobv@google.com · 16 years ago
  10. 1fa7786 Fixes a bug where all Buttons default to submit in safari, causing forms to automatically submit when the button is pressed. This patch introduces a button class for each button type. by jlabanca@google.com · 16 years ago
  11. 004a14f Fixes a bug where FormPanel does not fire SubmitEvent when using a named frame (as opposed to a generated hidden iframe). by jlabanca@google.com · 16 years ago
  12. 085b3fe Updates the code museum to use HostedMode instead of GWTShell, and adds a war/ directory. by jlabanca@google.com · 16 years ago
  13. e1c7ef0 Don't be so silly about the event sink constants in RadioButton by rjrjr@google.com · 16 years ago
  14. f048a77 Fixed a couple of compile errors in code museum. by jlabanca@google.com · 16 years ago
  15. 5323876 Merging releases/1.6@4669:4911 into trunk. by scottb@google.com · 16 years ago
  16. 917a542 Fixes issue r3414 by making date box fire value change events reliably by ecc@google.com · 16 years ago
  17. d7d618d FileUpload now implements HasChangeHandlers, which is fired when a user changes the file in the widget. by jlabanca@google.com · 16 years ago
  18. 7143e54 Adds some more visual tests and some helper methods to create more visual visual by ecc@google.com · 16 years ago
  19. a3509e2 Merging releases/1.6 into trunk. by jgw@google.com · 16 years ago
  20. 841e2b0 Typo-o on converting to Event.as. TBR:jlabanca by ecc@google.com · 16 years ago
  21. 91987ae Adding NativeEvent to gwt 1.6 Desk review:jlabanca by ecc@google.com · 16 years ago
  22. 4f57bc2 Merging releases/1.6@4459:4490 by scottb@google.com · 16 years ago
  23. 6cd61e9 Merging releases/1.6@4385:4459 into trunk. by scottb@google.com · 16 years ago
  24. 89be450 Adding helper class to allow tests to get user input more conveniently by ecc@google.com · 16 years ago
  25. 7e559d7 Committing issue http://gwt-code-reviews.appspot.com/2007, renaming SuggestBox.setSelectsFirstItem. by ecc@google.com · 16 years ago
  26. 83f8bbd Fixes issue 3148 by improving the performance of FlowPanel.clear() by a hundred to one on IE. by ecc@google.com · 16 years ago
  27. 981b4e4 Refactoring out a SimpleLogger for use by code museum. by ecc@google.com · 16 years ago
  28. 8d31a43 Committing upgrades to suggest box by ecc@google.com · 16 years ago
  29. 4215fbd Adds a PopupPanel.isShowing() method, implements PopupPanel.isVisible() to match PopupPanel.setVisible(), and fully defines the difference between setVisible()/show()/hide(). This patch also removes the ChangeHandler from TextBoxBase in favor of the ValueChangeHandler. by jlabanca@google.com · 16 years ago
  30. 69d8109 Removing 1.6 override tag Pair programming with jlabanca by ecc@google.com · 16 years ago
  31. a898137 Added mouse wheel delta methods to MouseWheelEvent now that MouseWheelVelocity is deprecated. by jlabanca@google.com · 16 years ago
  32. 0464c2a Replaced PopupPanel#setAutoHidePartner() with PopupPanel#addAutoHidePartner() so multiple partners can be specified. by jlabanca@google.com · 16 years ago
  33. cbae25e Merging releases/1.6@4366 :4385 into trunk. by jat@google.com · 16 years ago
  34. 7372f27 Added a NativePreviewEvent to replce the current EventPreview system. Now, multiple widgets can preview the same event, instead of just the one at the top of the stack. This fixes a couple of subtle bugs and adds some use cases, such as listening for user timeout. by jlabanca@google.com · 16 years ago
  35. 4a37604 Fixed TreeItem stlyes that created a gap above Composite and complex widgets in Trees. by jlabanca@google.com · 16 years ago
  36. e7f61a7 Merge from releases/1.6:r4198:4268,4269:4297,4299:4320:4321:4366 into trunk by jat@google.com · 16 years ago
  37. 304651f Adding Format to DateBox Pair coded with jlabanca by ecc@google.com · 16 years ago
  38. 0fc47e3 Removed the unncessary padding from RadioButtons in the GWT style themes so that they line up nicely in Trees and in other uses. The padding was not needed for any styling reason. by jlabanca@google.com · 16 years ago
  39. 29c9b72 Cherrypick merges of 1.6 c4298 and c4299. by fabbott@google.com · 16 years ago
  40. 4e795aa Fixing issue 3186 by modifying ListenerWrapper to provide correct values for x and y and adding a visual test case for this problem. by ecc@google.com · 16 years ago
  41. 0abb501 We now set the src of NamedFrames to to "javascript:''" to prevent mixed content warnings in IE6. In addition, NamedFrame passes the named iframe into the super constructor instead of replacing the element. by jlabanca@google.com · 16 years ago
  42. 445f358 I accidentally changed the doc type of SingleIssue.html before submitting r4276. The doctype should have been changed to quirks mode, not standards mode. by jlabanca@google.com · 16 years ago
  43. 585f936 Fixed the return values of getAbsoluteTop/Left() in IE when the browser is zoomed in. Previously, getAbsoluteTop/Left() returned real coordinates instead of logical coordinates, as they do in FF. by jlabanca@google.com · 16 years ago
  44. f326b34 Merging in date picker branch into 1.6. by ecc@google.com · 16 years ago
  45. e7068d8 Merging releases/1.6@4130:4147 into trunk. by scottb@google.com · 16 years ago
  46. 2137856 Merging releases/1.6@4025:4130 into trunk; supercedes trunk:c4118. by scottb@google.com · 16 years ago
  47. 8b91184 Integrate reference/dispatch from 1.5 by rjrjr@google.com · 16 years ago
  48. 73e6448 Deprecates event listeners, introduces event handlers by rjrjr@google.com · 16 years ago
  49. ea8905b Back porting several recent trunk fixes into releases/1.6: by scottb@google.com · 16 years ago
  50. 44ad0f9 Added getters/setters to PopupPanel for autoHide and modal variables. by jlabanca@google.com · 16 years ago
  51. 93b55d3 Fixes issue #2853, where leaf nodes were not lining up in IE. by ecc@google.com · 16 years ago
  52. 027aa3c Removing the WindowFocusListener because IE does not implement it in a way that is consistent with other browsers, and normalizing the behavoir would require sinking the onBlur event on every element on the page. by jlabanca@google.com · 17 years ago
  53. 5093772 Added WindowFocusListener to catch Window level blur and focus events. Also refactored the Window event system to sink events lazily instead of all at once, reducing compiled code size for most apps that only sink one Window level event. Renamed WindowScrollListener.onScroll() to WindowScrollListener.onWindowScrolled() to be consistent with other Window events. by jlabanca@google.com · 17 years ago
  54. 5f9b1c6 Adds WindowScrollListener support to the Window. This patch also moves the initHandlers method out of the *Template.js files and into Window, reducing the size of the nocache files by 1.5k. The Window class now injects the initWindowHandlers method onto the outer window as needed, then removes it immediately. by jlabanca@google.com · 17 years ago
  55. 96c7556 Merging releases/1.5 into trunk by scottb@google.com · 17 years ago
  56. 10d0258 Merging releases/1.5 into trunk by scottb@google.com · 17 years ago
  57. 2269498 Merging releases/1.5 into trunk by scottb@google.com · 17 years ago
  58. 0391cd0 Merging releases/1.5@r3078:r3125 into trunk. by zundel@google.com · 17 years ago
  59. 4327b31 Added a dependent style name to the MenuBarPopup based on the primary style name of the MenuBar. This allows users to style MenuBar popups differently from each other. Currently, all MenuBar popups look identical. by jlabanca@google.com · 17 years ago
  60. 0a1124d Fixed an issue where the splitter in a SplitPanel would stop responding to mouse movement if the mouse entered an iframe. The SplitPanel now overlays an invisible glass panel on top of the Window to catch all events, even if they occur above an iframe. In addition, we catch the onLoseCapture event in IE so we can stop resizing if the browser automatically releases capture, such as when the user switches to a different Window. by jlabanca@google.com · 17 years ago
  61. 6435ea2 Merging releases/1.5@r2994:r3048 into trunk. by scottb@google.com · 17 years ago
  62. 173e5bf The code Musuem now inherits StandardResources instead of Standard, so we do not include the GWT default style sheet automatically. As a result, we do not need to remove the default style sheet, so all that code has been removed. by jlabanca@google.com · 17 years ago
  63. 15880ee Moved the GWT CSS themes into separate packages under com.google.get.user.theme. Users can include a theme in their gwt.xml file by inheriting the appropriate module. I updated the code museum and showcase to reflect the new locations of the themes. by jlabanca@google.com · 17 years ago
  64. e1ed724 Fixed a bug in SuggestBox where the SuggestBoxPopup did not shrink to fit the suggestions when the number of suggestions decreased. SuggestBox was setting the visibility of the popup instead of removing it from the DOM (hiding it), so the popup didn't rerender itself. This bug only affects IE in standards mode. by jlabanca@google.com · 17 years ago
  65. 7c5dd30 Fixed an event issue where events were not firing in Opera because the event system was upgraded in all of the DOMImpl classes, but not in Opera. The sinkEventsImpl method in Opera now sinks events using the same method as the other classes. Also, fixed a bug in IE where the double click event never fires because the method used to dispatch the event doesn't have the intended effect in JavaScript. I modified the JavaScript to use a well supported method of calling a function. by jlabanca@google.com · 17 years ago
  66. 8dd79c2 Updated the issues in the museum to reflect changes to the Animation library. Also deleted the images directory, which is no longer needed now that the images come from com.google.gwt.user/public/images. by jlabanca@google.com · 17 years ago
  67. aa1db7f Code museum now points to the GWT.css in com.google.gwt.user instead of maintaining its own copy. by jlabanca@google.com · 17 years ago
  68. 9b3d4d8 Fixed an issue where the DeckPanel flickers in IE7 when switching from one widget to another because the new widget is completely visible for an instant, even though its container is set to a height of 0px. This patch starts the height at 1px instead of 0px, which corrects the problem. This patch also uses a new method to determine if the deck panel has a fixed height, which in turn determines how we do the animation. The old method wasn't 100% accurate in some common use cases, but the new method should be. by jlabanca@google.com · 17 years ago
  69. 56db572 Fixed a IE7 bug in the TreeItem animation where the children would be completely visible for an instant when expanding the children. by jlabanca@google.com · 17 years ago
  70. cb03bc8 Upgrading museum to have default css and adding issue 1488 (not yet added to default museum as it has not been fixed) by gwt.team.ecc · 17 years ago
  71. dca3fb1 Upgrading museum to have default css and adding issue 1488 (not yet added to default museum as it has not been fixed) by gwt.team.ecc · 17 years ago
  72. 837d8c7 Upgrades to default museum to clean up checkstyle errors and add two new issues. by gwt.team.ecc · 17 years ago
  73. fb085c3 Added a test for issue 1897 "Attaching and detaching a RichTextArea too fast crashes GWT" to the museum. by jlabanca@google.com · 17 years ago
  74. 8d5c958 Added issue 2331 to museum. by gwt.team.ecc · 17 years ago
  75. 0cec8b5 Modified bug museum to allow bugs to be sliced and diced more easily by by gwt.team.ecc · 17 years ago
  76. 27d808b Modified bug museum to allow bugs to be sliced and diced more easily by by gwt.team.ecc · 17 years ago
  77. 182318e Moved all the code around, and SVN is having a fit, so pushing updates peace meal. by gwt.team.ecc · 17 years ago
  78. 8bf96e1 Modified the code museum to load all issues at starup and allow the user to select one at a time. Style sheets are loaded dynamically to avoid conflicts in style names. by jlabanca@google.com · 17 years ago
  79. 6fe8edd Initial commit towards adding a new "reference" section for the project's own reference over time, including an HTML encyclopedia (to easily reproducible/check HTML behavior across browsers) and a "code museum" that will house little code snippets that we create when testing issues, etc. The point is to accumulate a set of reference materials we can continue to keep around instead of editing Hello locally and throwing it away :-) by bruce@google.com · 17 years ago