gwt /
gwt /
3888f798b2f6d44c7801844017c1d28d10299227 - 3888f79 Add assert for null provided fields, fixes #7024 by rchandia@google.com · 13 years ago
- ce5a5cf Document a bug in maven-gae-plugin that prevents gae:unpack goal in mobilewebapp from running if gae.home is set in ~/.m2/settings.xml by rchandia@google.com · 13 years ago
- bcbce26 Change SafeHtmlHostedModeUtils.isCompleteHtml() to public. by mdempsky@google.com · 13 years ago
- a5b2a61 Change Timer.java to allow 0ms delay for single shot timers. by iteratee@google.com · 13 years ago
- 3560b6a Adding jscomp to the classpath for gwt user and dev projects. by jlabanca@google.com · 13 years ago
- 581d814 Closure JS hookup by johnlenz@google.com · 13 years ago
- 3bcfbb5 Add exception class name to serialized/deserialized throwable. by cromwellian@google.com · 13 years ago
- c540246 Encoding the line and column of a stack trace frame into the line number can exceed the size of 'int' and break StackTraceElement serialization. This patch changes the StackTraceCreator/Deobfuscator to instead, encode the column number of the exception in the JS filename. by cromwellian@google.com · 13 years ago
- 06b35f9 Fix: "__gwt_ObjectId" is fetched in for-in loop in DevMode. by eustas@google.com · 13 years ago
- c5ba924 Update ISO-8601 format to accept a timezone of a literal "Z" to mean GMT+0. by jat@google.com · 13 years ago
- 388124a Add jarjar'ed version of latest closure compiler to gwt tools dependencies in preparation for Closure Compiler integration. by cromwellian@google.com · 13 years ago
- 9e15e21 Update time zone data based on latest data provided by pytz2011n. by shanjian@google.com · 13 years ago
- 83cb3ae Change logic around dev-mode redirect hook early exit to fix broken WebWorker linkers. by cromwellian@google.com · 13 years ago
- f6713c7 Add a "FakeCssMaker" for CSS resources similar to FakeMessagesMaker. by jasonmheim@google.com · 13 years ago
- 58152ca Changes to support experimental development mode work: by skybrian@google.com · 13 years ago
- 318a3a1 Fix GWT emulated Logger behavior to match java.util.logging.Logger by baker@google.com · 13 years ago
- 7b8f95b This the 2nd try to update NumberConstantsImpl* to CLDR2.0.1. by shanjian@google.com · 13 years ago
- b3fe7bb Clean up ant build files and Eclipse dev classpath. by jat@google.com · 13 years ago
- 3d7ead7 Add NoSuchMethodException for compatibility. by jat@google.com · 13 years ago
- 172fd90 Fix instance of javac's empty warning. by eaftan@google.com · 13 years ago
- 39341aa Re-rolling sourcemap support after rollback. Jar-jared sourcemap.jar dependency and reverted regression in StackTraceCollector.splice(). by cromwellian@google.com · 13 years ago
- 5d89392 Allow x.y.z-abc versions in Maven artifacts (instead of just x.y.z) by rchandia@google.com · 13 years ago
- b7b4d71 Roll back Source Map support for GWT due to breakages seen by various teams by unnurg@google.com · 13 years ago
- 2240765 Add SourceMap support to GWT by cromwellian@google.com · 13 years ago
- c702abf Add bytecode rewriting for the LogManager.getLoggerNames() function so this works correctly in DevMode by unnurg@google.com · 13 years ago
- 89047e3 Add the ability to override the number of fractional digits of a by jat@google.com · 13 years ago
- 6e8d9a2 Add an option to compile out all logging calls below the SEVERE or WARNING by unnurg@google.com · 13 years ago
- b48b525 rollback of previous change to CLDR 2.0.1 update by shanjian@google.com · 13 years ago
- 2948a86 Regenerate number format constants based on CLDR 2.0.1. Also added 2 new patterns, by shanjian@google.com · 13 years ago
- 5260c88 Upgrade GWT's htmlunit dependencies. by cromwellian@google.com · 13 years ago
- ccc409f Adds <, <=, >, >=, ==, and != to JsStaticEval for numeric values. by cromwellian@google.com · 13 years ago
- 3acc629 Re-roll simple/global currency pattern change after fixing internal by jat@google.com · 13 years ago
- e0b3c05 Fix instances of javac's divzero warning. by eaftan@google.com · 13 years ago
- da9008f Use EPL for GPE by scheglov@google.com · 13 years ago
- 2b95a05 Rollback simple/global currency pattern change because it broke some by jat@google.com · 13 years ago
- 2b5272f Add simple and global currency patterns. by jat@google.com · 13 years ago
- beebe17 Add Enumeration<String> getLoggerNames() support to gwt LogManager emulation. by baker@google.com · 13 years ago
- 2f8629d Update Missing Plugin Page. by acleung@google.com · 13 years ago
- d23ad40 Fix com.google.gwt.http.client.UrlBuilder to encode the query string using URL.encodeQueryString(). by chganser@google.com · 13 years ago
- fe6f454 New Code Splitter by acleung@google.com · 13 years ago
- d278a40 Fix testShardsAreSomewhatBalanced to only check for shards that are too big, and avoid nondeterministic behavior due to garbage collection. (If there are any more platform-specific failures, they will be due to differences in String.hashCode().) by skybrian@google.com · 13 years ago
- f64bfa2 Fixing a bug in CellBrowser where using a shared SelectionModel across all lists and using KeyboardSelectionPolicy.BOUND_TO_SELECTION causes the lists to fight for selection. The result is that items in lower index lists (to the left) end up being selected instead of items in the highest index list (rightmost). This is a fairly complicated problem that requires custom handling of selection state within CellBrowser. by jlabanca@google.com · 13 years ago
- 684e476 Reroll of r10726 by rchandia@google.com · 13 years ago
- 182e197 Fixing a bug in HasDataPresenter where it does not pass the complete list of modified rows if a pending state is detecting while we are resolving the current state. We were leaving off rows that were modified, as well as the keyboard selected rows. By passing all of these rows to the recursive call to resolvePendingState(), we ensure that all modified rows are updated. by jlabanca@google.com · 13 years ago
- b85fa0c Mofifying HasDataPresenter to be more resilient to state changes while it is resolving state changes. For example, if user code triggers a SelectionChangeEvent while selection is being resolved, we can handle that. by jlabanca@google.com · 13 years ago
- 73e33f1 Rollback of r10726. It still causes brackage by rchandia@google.com · 13 years ago
- 679a9fb r10697 is back! It was falsely accused last time. Fingers crossed: by rchandia@google.com · 13 years ago
- b79fbf9 Switch to internal implementation of StringInterner to avoid class loader by skybrian@google.com · 13 years ago
- e0866aa Fixing a bug in Cell Widgets when using the BOUND_TO_SELECTION KeyboardSelectionPolicy in which programmatically deselecting a value makes the value unselectable until the user selects a different value. For example, in the list A, B, C, if you programmatically deselect value B, then value B cannot be selected unless the user selects value A or C first. We now correctly detect this case and update the state with a null selected value, which allows us to detect the change when the user selects value B. by jlabanca@google.com · 13 years ago
- 1b12886 Add ability to GWTMockUtilities to stub out Messages for better unit testing. by tfischer@google.com · 13 years ago
- 41e8a90 Adding Element#getPreviousSibling(). by jlabanca@google.com · 13 years ago
- 665890c Another rollback of r10697. Too damn many teams use binder! by rjrjr@google.com · 13 years ago
- bbb0991 Again restore r10697 now that LazyPanel support is more robust. by rjrjr@google.com · 13 years ago
- a930c79 Keeps LazyPanelParser from breaking existing templates that use by rjrjr@google.com · 13 years ago
- 9772f18 Another rollback of r10697, which breaks code that was already using by rjrjr@google.com · 13 years ago
- 95aec80 Restores r10697 now that the CellPanelParser fixes are in place by rjrjr@google.com · 13 years ago
- 39918a0 Small fix to CellPanelParser to make it work with lazy widget by rjrjr@google.com · 13 years ago
- e8e9018 Rollback of 24756130 by rdcastro@google.com · 13 years ago
- e39d8f4 Add the final two TCK test classes. by nchalko@google.com · 13 years ago
- 8a67b88 The rest of the TCK xml tests. by nchalko@google.com · 13 years ago
- 914b877 Makes sure the RenderablePanel inherits all attributes from the PotentialElement when realizing the Element. by rdcastro@google.com · 13 years ago
- 8739730 Rollback of r10697 due to broken builds by rjrjr@google.com · 13 years ago
- 9b97039 Rebuild FF7 32bit devmode plugin by acleung@google.com · 13 years ago
- a03501a Re-submit: Iterating over all attributed when realizing PotentialElements. by rdcastro@google.com · 13 years ago
- 2163225 Change default of UiBinder.useLazyWidgetBuilders to true, in by rjrjr@google.com · 13 years ago
- 6250edd Keep track of TCK coverage. by nchalko@google.com · 13 years ago
- b8ee117 More TCK tests by nchalko@google.com · 13 years ago
- d1ed282 Make the compilation maps be output on every compile - they're relatively small and contain useful information by unnurg@google.com · 13 years ago
- b044a41 Improves Dev Mode reporting of JavaScriptException to include method by rjrjr@google.com · 13 years ago
- ab6b91c Makes SuggestBox implement HasEnabled, fixing GWT issue 6530 by stephen.haberman@gmail.com · 13 years ago
- df46083 Reorganize validation classes and minimize visibility in preperation for by nchalko@google.com · 13 years ago
- abf743f Add getter for active EventBus by mruppaner@google.com · 13 years ago
- 079d5b0 broke tests by mruppaner@google.com · 13 years ago
- 9a90c76 Added a getter for the ResettableEventBus object. by maximilian.ruppaner@gmail.com · 13 years ago
- 0463d04 Fixed a typo in exclude NonTckTest flag, that was causing the TCK results count to be wrong. by nchalko@google.com · 13 years ago
- 9101e57 In UiBinder, when referring to a component that extends a base UI object, the by geoff@speicher.org · 13 years ago
- cbaec36 Temporary rollback of Throwable catch to diagnose problem. by cromwellian@google.com · 13 years ago
- ef42f9c Fix broken tests. by pengzhuang@google.com · 13 years ago
- 4db174c Change the superclass of the translatable version of by skybrian@google.com · 13 years ago
- 0d1a4b4 Firefox 7 DevMode Plugin by acleung@google.com · 13 years ago
- 71e01a1 In IE, AbstractCellTable replaces a table section by first removing existing tr by pengzhuang@google.com · 13 years ago
- fe7c529 Make client-side JUnit 3 classes available without GWTTestCase. by skybrian@google.com · 13 years ago
- cb8b4e1 Segregate JRE Resource tests for more targeted testing by rjrjr@google.com · 13 years ago
- 81852cf This change is to update <ui:with> to support setting property values on the by justin@jhickman.com · 13 years ago
- fd6d446 Removing a logging message people are seeing when building with GWT locally. by mlowrie@google.com · 13 years ago
- 373419f Fixed issue that was causing ERROR log messages due to duplicate cssmap file names. by dhawkey@google.com · 13 years ago
- 613a1bd Remove entrDepthWatchdog exception reporting. by emmanuelp@google.com · 13 years ago
- 7722975 Gives CellTable an option to disable colgroup and/or don't attach the message by pengzhuang@google.com · 13 years ago
- 1de6256 Exporting a map of obfuscated CSS names to full class names into a build by mlowrie@google.com · 13 years ago
- b239831 Rolling back 24166710. It's broken on IE7/WinXP. by rdcastro@google.com · 13 years ago
- 698541f Fix name clash between RequestContext and the FindRequest impl interface. by rjrjr@google.com · 14 years ago
- 510a07b Makes sure all attributes from the PotentialElement can be inherited by rdcastro@google.com · 14 years ago
- b867dfc Allow @defs with multiple values by unnurg@google.com · 14 years ago
- 33ffa39 Enable FF6 Plugin in MissingPlugin Page. by acleung@google.com · 14 years ago
- ea7af33 Add a support for header builder to return row index for multi-row by pengzhuang@google.com · 14 years ago
- eec7ad2 Introduces BrowserEvents string constants by rjrjr@google.com · 14 years ago
- 2e5325c During row mouseout events, only consider it as row unhovering if the by pengzhuang@google.com · 14 years ago
- 1a1b9e3 Fix javadoc for new timezone-aware constructors of DateCell. by yby@google.com · 14 years ago
- 4e325ad Allow DateBox to fire events with null date values for invalid and empty input by justinfagnani@google.com · 14 years ago
- cb67718 Fixes some errors in the eclipse readme, and fixes some marker files. by rjrjr@google.com · 14 years ago