Commit Graph

172400 Commits

Author SHA1 Message Date
Jonathan Watt
32103f4888 Bug 981020 - Initialize the map before using it in nsWindowGfx::CreateIcon. r=mattwoodrow 2014-03-08 01:23:34 +00:00
Jonathan Watt
4d9f91afe2 Bug 950371 - Convert the Cocoa widget consumers of imgIContainer::GetFrame to act on a Moz2D SourceSurface instead of a Thebes gfxASurface. r=mattwoodrow,mstange. Relanding after accidental backout during m-c merge in ce1a691650ef. 2014-03-08 01:21:24 +00:00
Masayuki Nakano
eeb474167d Bug 978023 part.4 Clean up IMEStateManager r=smaug 2014-03-08 10:20:08 +09:00
Masayuki Nakano
8bbf9836fa Bug 978023 part.3 Rename nsIMEStateManager to mozilla::IMEStateManager r=smaug
--HG--
rename : dom/events/nsIMEStateManager.cpp => dom/events/IMEStateManager.cpp
rename : dom/events/nsIMEStateManager.h => dom/events/IMEStateManager.h
2014-03-08 10:20:07 +09:00
Masayuki Nakano
ea63027a08 Bug 978023 part.2 Clean up IMEContentObserver r=smaug 2014-03-08 10:20:07 +09:00
Masayuki Nakano
6f39fee7c7 Bug 978023 part.1 nsTextStateManager should be mozilla::IMEContentObserver and separated from nsIMEStateManager.cpp r=smaug
--HG--
rename : dom/events/nsIMEStateManager.cpp => dom/events/IMEContentObserver.cpp
rename : dom/events/nsIMEStateManager.cpp => dom/events/IMEContentObserver.h
2014-03-08 10:20:07 +09:00
Alexander Surkov
74a40f9dc5 Bug 980480 - hit testing and boundaries fail on retina displays, r=tbsaunde 2014-03-07 20:05:20 -05:00
Chris Lord
b37a5e2b68 Bug 963073 - Enabled tiles by default on b2g. r=Bas 2014-03-08 01:43:05 +01:00
Geoff Brown
b62934170a Bug 945395 - Disable testSessionOOMSave on Android 2.3 2014-03-07 17:24:40 -07:00
Geoff Brown
a6c529d0f9 Bug 981173 - Wait for Gecko:Ready in testReadingListProvider; r=sola 2014-03-07 17:24:40 -07:00
Brian Hackett
486fd4b2ef Bug 964059 - Give worker runtimes the main thread's JSRuntime as their parent, r=billm. 2014-03-07 17:18:05 -07:00
Daniel Holbert
774ef76723 Bug 981116: Convert nsFlexContainerFrame boolean member-var into frame state bit. r=heycam 2014-03-07 15:58:38 -08:00
Daniel Holbert
284d261cbc Bug 981127: Mark nsIFrame methods HasAllStateBits() & HasAnyStateBits() as 'const'. r=heycam 2014-03-07 15:58:37 -08:00
Henrik Skupin
d20ded087c Bug 966434 - Update TPS to use FxA. r=jgriffin 2014-03-07 15:54:19 -08:00
William Chen
05df29b501 Bug 930250 - Don't tear down XBL binding when element is in document. r=bz 2014-03-07 15:48:20 -08:00
William Chen
09b7e926b7 Bug 884795 - HTML parser AAA algorithm should only pop when the current node is not in the list of active formatting elements. r=hsivonen 2014-03-07 15:48:19 -08:00
Wes Kocher
853f6e211d Backed out changeset 7a2a0130dcdd (bug 980186) for breaking b2g reftests on a CLOSED TREE 2014-03-07 13:57:06 -08:00
David Major
9148efc9fa Bug 980524: Increase test's fuzzTolerance to accommodate VS2013. r=ehsan
--HG--
extra : rebase_source : 4ebb7cb84a04d03eb8f02587664bfa115a6e78d1
2014-03-07 13:39:13 -08:00
Mike Conley
23fcc345bc Backing out bug 940455 (36e45a68452b) for numerous regressions. r=bustage-fix. 2014-03-07 16:50:30 -05:00
Bas Schouten
a0108bc8af Bug 963073 - Merge tiling branch. r=Bas,jrmuizel,BenWa
http://hg.mozilla.org/users/bschouten_mozilla.com/tiling/summary

This work is mainly porting tiled layers to new textures, implementing
double-buffered tiles and implementing a texture client pool, to be used by
tiled content clients.

Any questions regarding this patch should go to:
Bas Schouten <bschouten@mozilla.com>
Chris Lord <clord@mozilla.com>
Nicolas Silva <nsilva@mozilla.com>

In their absence questions can be directed to:
Jeff Muizelaar <jmuizelaar@mozilla.com>
Benoit Girard <bgirard@mozilla.com>
2014-03-07 22:34:04 +01:00
Jeff Gilbert
2f644d1429 Bug 843666 - Implement color-buffer-(half-)float for WebGL. - r=kamidphish 2014-03-07 13:26:17 -08:00
Jeff Gilbert
07e46e59be Bug 843666 - Include and declare things needed by WebGLExtension.h. - r=kamidphish 2014-03-07 13:25:27 -08:00
Jeff Gilbert
7aeaf1e88f Bug 978418 - Split GetError flags for WebGL. - r=kamidphish 2014-03-07 13:16:34 -08:00
Andy Wingo
8e2aafac26 Bug 979865 - Part 5: Add tests r=jorendorff 2014-03-07 22:01:13 +01:00
Andy Wingo
6e04373ca4 Bug 979865 - Part 4: Implement ES6 generator comprehensions r=jorendorff 2014-03-07 22:01:13 +01:00
Andy Wingo
53d348b4cb Bug 979865 - Part 3: Implement ES6 array comprehensions r=jorendorff 2014-03-07 22:01:13 +01:00
Andy Wingo
10b3a5263d Bug 979865 - Part 2: Internally rename JS1.8 comprehensions as "legacy" r=jorendorff 2014-03-07 22:01:13 +01:00
Andy Wingo
3472972a16 Bug 979865 - Part 1: Refactor comprehension parsing r=jorendorff 2014-03-07 22:01:12 +01:00
Ryan VanderMeulen
be8c199c93 Merge m-c to inbound. 2014-03-07 15:45:57 -05:00
Viktor Stanchev
bab603a8ce Bug 979566 - Profiler: Convert usleep to nanosleep. r=bgirard 2014-03-07 15:43:34 -05:00
Jeff Muizelaar
800239b052 Bug 980186. Tell automation.environment about the debugger. r=jgriffin
This lets it set the crash reporting envs properly.

--HG--
rename : python/mozbuild/mozbuild/test/frontend/data/test-manifest-install-subdir/subdir.ini => python/mozbuild/mozbuild/test/frontend/data/test-manifest-empty/empty.ini
rename : python/mozbuild/mozbuild/test/frontend/data/test-manifest-install-subdir/moz.build => python/mozbuild/mozbuild/test/frontend/data/test-manifest-empty/moz.build
extra : rebase_source : 1e4cbc0dedab57629e120c4d35bd8270c4f44892
2014-03-07 15:38:48 -05:00
Ethan Tseng
fc0d4667e5 Bug 980101 - Disable RTSP video support on 1.4. r=vchang 2014-03-06 11:10:22 +08:00
Luke Wagner
4d4fb52c03 Bug 979541 - Remove nonLazyScript use in ArgumentsObject::elements (r=jandem)
--HG--
extra : rebase_source : 640ddf5af5d606a7ee40ee6189faaec244298b39
2014-03-05 14:49:36 -06:00
Brian Grinstead
4bc5076ca5 Bug 967033 - DevTools Themes - Active arrow for side menus is missing on windows. r=vporof 2014-03-05 10:32:30 -06:00
Jared Wein
cba4ee8eb1 Bug 928722 - Resample the system scrollbar width when the UI theme is changed or mouse plugged in. (pair programmed with mconley). r=mconley 2014-03-06 09:17:00 -05:00
Ryan VanderMeulen
d2a09efaae Merge m-c to fx-team. 2014-03-06 13:57:02 -05:00
Drew Willcoxon
c797d2eb83 Bug 956906 - Save passwords by default for password fields with autocomplete=off. r=dolske 2014-03-06 10:07:34 -08:00
Gijs Kruitbosch
b07ebeeeb6 Bug 971956 - fix styling of items in widget overflow list, r=mconley
--HG--
extra : rebase_source : 972f12d649e973b820b2bd679728c435bf1908ad
2014-03-05 16:58:27 -05:00
Margaret Leibovic
c2c4bb1df1 Bug 974925 - Change snippets error message into a log message. r=bnicholson 2014-03-06 09:25:08 -08:00
Margaret Leibovic
bd2470a3f6 Bug 965822 - Add null check to HomeListView.setOnItemClickListener. r=lucasr 2014-03-06 09:25:02 -08:00
Patrick Brosset
4246717306 Bug 757866 - Highlight and select DOM nodes in the web console output; r=msucan 2014-03-06 18:16:45 +01:00
Gijs Kruitbosch
d9cdbf5541 Bug 980130 - bookmarks button breaks after reset in Australis customize mode, r=jaws
--HG--
extra : rebase_source : 9bc03af491b69d3e31191d69cb3007ce5132bcf2
2014-03-06 11:58:12 -05:00
Mike de Boer
93d4bfb08e [Australis] Bug 979499: update panel sub-view anchor arrow and gradient in RTL mode. r=Gijs 2014-03-06 11:21:34 -05:00
Mike de Boer
fe612c0193 [Australis] Bug 909349: re-introduce a hover and active state for toolbar buttons on OSX. r=mconley 2014-03-06 11:29:12 -05:00
Mike de Boer
e7e649f8a0 [Australis] Bug 979501: update overflow chevron in RTL mode. r=Gijs 2014-03-06 10:52:46 -05:00
Jared Wein
fd39b999a2 Bug 968565 - [Australis] When inserting a customizable item before another item or at the end of an area, skip over hidden items. r=Gijs 2014-03-05 15:03:00 -05:00
Brian Grinstead
bd129ad70a Bug 980248 - DevTools Themes: Extra top border showing up on responsive-container splitters when width > 700px;r=pbrosset 2014-03-06 09:46:42 -06:00
Jim Mathies
a74963c682 Bug 977814 - Control the number of tiles displayed in each about:start compartment using prefs. r=sfoster 2014-03-06 08:32:55 -06:00
Yury Delendik
bfa28c6661 Bug 979909 - Update pdf.js to version 0.8.1114. r=Mossop
--HG--
rename : browser/extensions/pdfjs/components/PdfRedirector.js => browser/extensions/pdfjs/content/PdfRedirector.jsm
rename : browser/extensions/pdfjs/components/PdfStreamConverter.js => browser/extensions/pdfjs/content/PdfStreamConverter.jsm
2014-03-05 10:41:20 -06:00
phlsa
326a8b897f Bug 979953 - [Australis] Remove bold formatting from tab titles. r=MattN
DONTBUILD
2014-03-06 08:54:34 -05:00