Mike Hommey
|
b49534e0da
|
Bug 915535 - Remove directory tracking from build system. r=gps
It's not used except with pymake, anyways.
|
2014-03-27 10:36:16 +09:00 |
Timothy Nikkel
|
1e93340ce7
|
Bug 957668. Calculate and set display ports as margins in layer pixels. r=kats
|
2014-03-26 21:46:24 -04:00 |
Timothy Nikkel
|
e7a6ca803f
|
Bug 957668. Set the display port base rect in several places. r=roc
|
2014-03-26 21:46:24 -04:00 |
Timothy Nikkel
|
d03f943dd0
|
Bug 957668. A little cleanup of display port setters in nsDOMWindowUtils.cpp. r=kats
|
2014-03-26 21:46:24 -04:00 |
Timothy Nikkel
|
7768128908
|
Bug 957668. Add and implement plumbing for a display port margins api. r=kats
|
2014-03-26 21:46:23 -04:00 |
Timothy Nikkel
|
fe24f84835
|
Bug 957668. Factor out a few helper functions. r=roc
|
2014-03-26 21:46:23 -04:00 |
Timothy Nikkel
|
c8ea0bb2cd
|
Bug 986413. Limit composition bounds used for display port calculation to root composition bounds. r=kats
|
2014-03-26 19:24:25 -04:00 |
Boris Zbarsky
|
a2a87e0d9e
|
Bug 988106. No more unnecessary .wrappedJSObject in debugger. r=past
|
2014-03-26 21:44:25 -04:00 |
Boris Zbarsky
|
a6b91bdfca
|
Bug 987003. Be more careful sandboxing javascript: URLs. r=bholley
|
2014-03-26 21:44:25 -04:00 |
Boris Zbarsky
|
b73e696f3d
|
Bug 988310. Make browser_ConsoleStorageAPITests.js fail on unexpected exceptions. r=msucan
|
2014-03-26 21:44:24 -04:00 |
Ryan VanderMeulen
|
679f1b8dda
|
Backed out changeset fea9904b6dec (bug 987433) for leaks on a CLOSED TREE.
|
2014-03-26 19:44:54 -04:00 |
Martin Thomson
|
9c0c90b953
|
Bug 976692 - Add IdP caching. r=jib
CLOSED TREE
|
2014-03-14 11:25:37 -07:00 |
Olli Pettay
|
c162aad270
|
Bug 987433 - DOMTokenList should have a strong reference to its owner so that the API doesn't suddenly start returning empty string. r=khuey
|
2014-03-26 16:04:57 -04:00 |
Ryan VanderMeulen
|
dc964354da
|
Bug 988507 - Upgrade SQLite to version 3.8.4.2. r=mak
|
2014-03-26 16:02:23 -04:00 |
Ryan VanderMeulen
|
a852688935
|
Backed out changeset 32ce387c5487 (bug 987010) for crashes.
CLOSED TREE
|
2014-03-26 15:58:07 -04:00 |
Ryan VanderMeulen
|
336a053131
|
Backed out changeset 636fa3174368 (bug 983910) for xpcshell failures.
CLOSED TREE
|
2014-03-26 15:47:54 -04:00 |
Ryan VanderMeulen
|
ccca9e43f4
|
Bug 980247 - Fix silly rebase error. r=fail
|
2014-03-26 15:38:08 -04:00 |
Shu-yu Guo
|
0aa3f76856
|
Bug 985312 - PJS: Remove the bounds function from ForkJoin. (r=nmatsakis)
--HG--
rename : js/src/builtin/Parallel.js => js/src/builtin/ParallelUtilities.js
|
2014-03-26 05:30:22 -07:00 |
Robert Strong
|
1a5d16b8d5
|
NSIS installer file changes for Bug 962381 - Add support for NSIS 3.0a2. r=bbondy
|
2014-03-26 12:20:44 -07:00 |
Nathan Froyd
|
9d5430fc7b
|
Bug 987457 - rename ProtoAndIfaceArray to ProtoAndIfaceCache; r=bz
|
2014-03-22 13:04:09 -04:00 |
Nathan Froyd
|
a9b5bcd756
|
Bug 948445 - use different caching schemes for ProtoAndIfaceArray depending on the global kind; r=bz
|
2013-12-10 16:04:55 -05:00 |
Nathan Froyd
|
719e6a25de
|
Bug 986082 - add memory reporters for SPDY zlib buffers; r=hurley,njn
|
2014-03-20 14:22:17 -04:00 |
Jason Smith
|
52ddeb17ca
|
Bug 985274 - Ensure generated callback function handles string objects. r=drno
|
2014-03-24 20:57:15 -07:00 |
Martin Thomson
|
45f25fbe18
|
Bug 970606 - Add username to setIdentityProvider. r=jib
|
2014-03-14 11:25:33 -07:00 |
Abel Lin
|
6205a8c719
|
Bug 980247 - Add a reftest for different continuations of a sticky element having the same offsets. r=dbaron
|
2014-03-26 14:46:47 -04:00 |
Abel Lin
|
5760a3a1f1
|
Bug 980247 - Use offsets from GetNormalPosition() when updating continuations of position:sticky elements instead of assuming that they're all currently offset by the same amount. r=dbaron, r=corey
|
2014-03-26 14:45:17 -04:00 |
Olli Pettay
|
f5a8c6658d
|
Bug 987140 - Return width/height from the most recent image request. r=bz
|
2014-03-26 14:43:27 -04:00 |
James Willcox
|
9a0238890e
|
Bug 985487 - Don't try to use GL_TEXTURE_RECTANGLE_ARB on ES2 r=mwoodrow
|
2014-03-26 13:23:44 -05:00 |
James Willcox
|
8f21634db7
|
Bug 987010 - Ignore alpha in Skia BGRX source surfaces r=gwright
|
2014-03-26 13:22:42 -05:00 |
James Willcox
|
83c16f28e8
|
Bug 981621 - Don't crash if we fail to create SkiaGL backing texture r=gwright
|
2014-03-26 13:21:50 -05:00 |
James Willcox
|
6d247f7333
|
Bug 985773 - Destroy SkiaGLGlue in gfxPlatform::Shutdown() instead of relying on destructor r=gwright
|
2014-03-26 13:21:16 -05:00 |
Nils Ohlmeier [:drno]
|
bd98ba54f7
|
Bug 977944: dump mochitest log file in case of ICE failure r=bwc
|
2014-03-26 11:16:17 -07:00 |
Angel Gonzalez
|
90065efbdf
|
Bug 986241 - Fix wrong .it entries containing a space r=gerv
|
2014-03-21 18:11:22 +01:00 |
Nicholas Hurley
|
05252c873f
|
Bug 988015 - Disable Seer on b2g. r=jduell
|
2014-03-26 11:13:16 -07:00 |
Ed Morley
|
c82587d760
|
Backed out changeset 738a4b230194 (bug 988326) for assertions
|
2014-03-26 18:11:11 +00:00 |
Nicholas Hurley
|
cd8edaa29a
|
Bug 965869 (part 2) - HTTP/2 draft10 tests. r=mcmanus
|
2014-03-26 10:58:11 -07:00 |
Nicholas Hurley
|
33cbd38dd5
|
Bug 965869 (part 1) - HTTP/2 draft10 client implementation. r=mcmanus
|
2014-03-26 10:58:09 -07:00 |
Luke Wagner
|
2342c46adc
|
Bug 974700 - cached asm.js doesn't cache profiled function info (r=bbouvier)
|
2014-03-25 12:55:13 -04:00 |
Birunthan Mohanathas
|
10785154d9
|
Bug 986076 - Handle JS_NewStringCopyZ failure in ProxyAutoConfig.cpp r=mcmanus
|
2014-03-26 10:38:29 -07:00 |
Terrence Cole
|
3e9b330455
|
Bug 988326 - Start GC arenas in the decommitted state; r=jonco
|
2014-03-26 13:12:45 -04:00 |
Steve Workman
|
6145b26592
|
Bug 983910 - Set mParentListener for HttpChannelParent objects created after HTTP redirects r=jduell
|
2014-03-26 10:30:58 -07:00 |
Martin Stransky
|
6f60fb4cf1
|
Bug 982640 - Port GTK2 to GTK3 - transparent widgets, r=karlt
Some widgets in Gtk3 are transparent so force gecko
to paint underlying widget which is usually GtkWindow.
|
2014-03-26 10:16:38 -07:00 |
Pranav Kant
|
6f1a295d68
|
Bug 952927 : Part 1 - Exposed raw data on UDP socket messages, r=bz,mcmanus,schien.
|
2014-03-13 13:43:36 +08:00 |
Pranav Kant
|
d0676baaa0
|
Bug 952927 : Part 2 - Extended TestUDPSocket for raw data functionality, r=mcmanus
|
2014-03-13 13:43:42 +08:00 |
Pranav Kant
|
7d5056ffbe
|
Bug 952927 : Part 3 - Added xpcshell-test for raw data functionality, r=mcmanus
|
2014-03-13 13:43:46 +08:00 |
Robert Strong
|
c1a28ed201
|
Bug 988138 - Add new SupportedOS GUIDs to the 7-Zip self extracting archive. r=bbondy
|
2014-03-26 10:16:28 -07:00 |
Kannan Vijayan
|
30a1d13e9d
|
Bug 987442 - Correctly clear compile-time tracking frame for SPS when emitting OOL code. r=sstangl
|
2014-03-26 13:06:04 -04:00 |
Eric Faust
|
e69bd971ed
|
Bug 987750 - Add CC logging options for process specifiers. (r=mccr8)
|
2014-03-26 09:57:38 -07:00 |
David Keeler
|
744496ea74
|
bug 986171 - mozilla::pkix: telemetry for what cert validation library is in use r=cviecco
|
2014-03-26 09:41:08 -07:00 |
Sankha Narayan Guria
|
879c1d85a0
|
Bug 885788 - Implement Object.setPrototypeOf; r=jorendorff
|
2014-01-25 20:13:07 +05:30 |